1
0
Fork 0
mirror of synced 2024-05-25 11:31:14 -04:00
zimfw/Makefile
Eric Nielsen 64f36feb7f
Update .gitignore and Makefile
Minor fixes:
* Ignore .latest_version in the root directory actually.
* Make a new zimfw.zsh also when the LICENSE changes.
2020-01-16 12:19:22 -05:00

5 lines
100 B
Makefile

srcfiles := src/zimfw.zsh.erb $(wildcard src/*/*.erb) LICENSE
zimfw.zsh: $(srcfiles)
erb $< >| $@