diff options
author | the little girl <yui@blekksprut.net> | 2013-10-11 17:30:16 +0200 |
---|---|---|
committer | the little girl <yui@blekksprut.net> | 2013-10-11 17:30:16 +0200 |
commit | 0ec3fa9d81e2d43af6710c2c8299383e14e3fbe9 (patch) | |
tree | 132302d411110aab472de2beb9acbc3b6623b418 /Makefile | |
parent | 274a30f7aea0383203aad08c01b06a346def8214 (diff) | |
download | ukulele-0ec3fa9d81e2d43af6710c2c8299383e14e3fbe9.tar.xz |
bake makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,5 @@ +all: wiki.cgi + wiki.cgi: config.h wiki.c ${CC} -std=c11 -Os -o $@ wiki.c -lmarxup @@ -5,5 +7,6 @@ config.h: cp config.def.h $@ clean: - rm wiki.cgi + rm -f wiki.cgi +again: clean all |