X-Git-Url: https://jasonwoof.com/gitweb/?p=hexbog.git;a=blobdiff_plain;f=Makefile;h=962d6ffb018953fa8b42d27a0d86b5d9d0f67a6b;hp=9807ae8495c506984c1cca0052dc9d4fe8e53c44;hb=663ebd9e78fa8337afac364b5c2b140ec60cfb8a;hpb=e1c37a707f4a2e91f1d8f447385cffc9cbd32f9a diff --git a/Makefile b/Makefile index 9807ae8..962d6ff 100644 --- a/Makefile +++ b/Makefile @@ -18,8 +18,8 @@ wordlist_min.js: wordlist_compressed.js main.js style.css: style.less lessc style.less style.css -index.html: main_min.js wordlist_min.js main.html style.css - bash combine.bash main.html > $@ || (rm -f $@; exit 1) +index.html: main_min.js wordlist_min.js template.html style.css + bash combine.bash template.html > $@ || (rm -f $@; exit 1) index.html.gz: index.html gzip --best -c $< > $@