From f58ee45f00a958739e67c8b1279a178e80e2ba22 Mon Sep 17 00:00:00 2001 From: Michele Bini Date: Sat, 6 Dec 2014 10:24:37 +0100 Subject: Compile main page; build rule diff --git a/Makefile b/Makefile index 166b9bd..36cd99a 100644 --- a/Makefile +++ b/Makefile @@ -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 $< diff --git a/SunkenMoon.appcache b/SunkenMoon.appcache index e130e49..ca8325d 100644 --- a/SunkenMoon.appcache +++ b/SunkenMoon.appcache @@ -7,3 +7,453 @@ NETWORK: / /remote/* * + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SunkenMoon.html b/SunkenMoon.html index 41adcb2..a3a352e 100644 --- a/SunkenMoon.html +++ b/SunkenMoon.html @@ -1,10 +1,11 @@ -Vilma, the happy Vaquita - Sunken Moon
Vilma, the happy Vaquita - Sunken Moon v0.1.372 - Save Vaquitas
\ No newline at end of file -- cgit v0.10.2