Created
December 25, 2011 14:04
-
-
Save kazu634/1519307 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
m4/.seedlock : m4/seed.m4 | |
@echo "Generating the macro..." | |
@m4 m4/seed.m4 | |
@touch m4/.seedlock | |
m4/seed.m4 : src/header src/procedure src/footer | |
@echo "Generating seed m4 file..." | |
@bin/template.pl > m4/seed.m4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment