Update .gitignore and Makefile
Minor fixes: * Ignore .latest_version in the root directory actually. * Make a new zimfw.zsh also when the LICENSE changes.
This commit is contained in:
parent
1341afe525
commit
64f36feb7f
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,7 +2,7 @@
|
||||||
*.zwc
|
*.zwc
|
||||||
*.zwc.old
|
*.zwc.old
|
||||||
/modules/
|
/modules/
|
||||||
.latest_version
|
/.latest_version
|
||||||
/init.zsh
|
/init.zsh
|
||||||
/init.zsh.old
|
/init.zsh.old
|
||||||
/login_init.zsh
|
/login_init.zsh
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
srcfiles := src/zimfw.zsh.erb $(wildcard src/*/*.erb)
|
srcfiles := src/zimfw.zsh.erb $(wildcard src/*/*.erb) LICENSE
|
||||||
|
|
||||||
zimfw.zsh: $(srcfiles)
|
zimfw.zsh: $(srcfiles)
|
||||||
erb $< >| $@
|
erb $< >| $@
|
||||||
|
|
Loading…
Reference in a new issue