summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2014-09-20 17:09:16 (GMT)
committerMichele Bini <michele.bini@gmail.com>2014-09-20 17:09:16 (GMT)
commit2a3385d5189ad6babfccb1448897e3c351adf511 (patch)
tree168750ed4e6afd7129ce330ae2d6189262cdc051 /Makefile
parent774060c9468ea582e3ceb25fc8180adfd474a31d (diff)
Add an image
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index da246f1..0000000
--- a/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-TARGETS=index.html
-
-all: $(TARGETS)
-
-clean:
- rm -f $(TARGETS)
-
-%.html: %.html.coffee
- (sh -c "coffee $< >$@.new" && mv $@.new $@ && touch -r $< $@) || rm -f $@
-
-%.html: %.htmlcup
- (sh -c "coffee $< >$@.new" && mv $@.new $@ && touch -r $< $@) || rm -f $@
-