From 75b3b42176c0a390894826f0b6f147201692b609 Mon Sep 17 00:00:00 2001 From: Michele Bini Date: Sun, 30 Nov 2014 16:08:07 +0100 Subject: Add Avil Bubble diff --git a/Evil-bubble.png b/Evil-bubble.png new file mode 100644 index 0000000..e56b72c Binary files /dev/null and b/Evil-bubble.png differ diff --git a/Makefile b/Makefile index 358f21d..ef8b347 100644 --- a/Makefile +++ b/Makefile @@ -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 $@ diff --git a/SunkenMoon.html b/SunkenMoon.html index 6857211..d944058 100644 --- a/SunkenMoon.html +++ b/SunkenMoon.html @@ -115,7 +115,7 @@ g.flipped { } .dim:hover { opacity: 1; -}