diff options
| author | Michele Bini <michele.bini@gmail.com> | 2014-12-06 09:24:37 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2014-12-06 09:24:37 (GMT) |
| commit | f58ee45f00a958739e67c8b1279a178e80e2ba22 (patch) | |
| tree | fca61568abb2f567aeb4eecd2576de035f11ac4f /Makefile | |
| parent | 18fec0b3c7d5daa92c36550962d6f6f95145b251 (diff) | |
Compile main page; build rule
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,5 @@ TARGETS=index.html game.html - clean: rm -f $(TARGETS) @@ -11,7 +10,9 @@ all: $(TARGETS) (sh -c "coffee $< >$@.new" && mv $@.new $@ && touch -r $< $@) || rm -f $@ %.appcache: %.html - touch -r $< $@ + sleep 1 + # touch $@ + echo >>$@ %.js: %.coffee coffee -bc $< |
