X-Git-Url: https://jasonwoof.com/gitweb/?p=hexbog.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=1aba24068a0bf35af97f5640b62b43a9a556d2e2;hp=3c4d9723895df1353d2c3b36aefe6be36ca9fb64;hb=8e611090cccf3e9ba841f0ad2c280505504c2993;hpb=079753328f76624a71eff9b6b233f6dd0b5b1509 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