From 8e611090cccf3e9ba841f0ad2c280505504c2993 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Mon, 11 Feb 2013 16:55:51 -0500 Subject: [PATCH] build index.html.gz, add install target --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3c4d972..1aba240 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,7 @@ -all: index.html +all: index.html index.html.gz + +install: all + cp index.html index.html.gz favicon.ico appfog/hexbog.jasonwoof.com/ wordlist_compressed.js: compress.coffee wordlist.txt coffee compress.coffee @@ -15,5 +18,6 @@ index.html: all_min.js main.html index.html.gz: index.html gzip --best -c $< > $@ + clean: - rm -f main.js all_min.js wordlist_compressed.js index.html + rm -f main.js all_min.js wordlist_compressed.js index.html index.html.gz -- 1.7.10.4