diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ -TARGETS=index.html +TARGETS=index.html game.html -all: $(TARGETS) - clean: rm -f $(TARGETS) +all: $(TARGETS) + %.html: %.html.coffee (sh -c "coffee $< >$@.new" && mv $@.new $@ && touch -r $< $@) || rm -f $@ |
