JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
build index.html.gz, add install target
authorJason Woofenden <jason@jasonwoof.com>
Mon, 11 Feb 2013 21:55:51 +0000 (16:55 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Mon, 11 Feb 2013 21:55:51 +0000 (16:55 -0500)
Makefile

index 3c4d972..1aba240 100644 (file)
--- 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