64f36feb7f
Minor fixes: * Ignore .latest_version in the root directory actually. * Make a new zimfw.zsh also when the LICENSE changes.
4 lines
100 B
Makefile
4 lines
100 B
Makefile
srcfiles := src/zimfw.zsh.erb $(wildcard src/*/*.erb) LICENSE
|
|
|
|
zimfw.zsh: $(srcfiles)
|
|
erb $< >| $@
|