X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=962d6ffb018953fa8b42d27a0d86b5d9d0f67a6b;hb=345b4acff25d42680a6472ec3eb642032d0689e9;hp=9807ae8495c506984c1cca0052dc9d4fe8e53c44;hpb=5c9ec279c15c135b7e84501a5b2426e8f06fde60;p=hexbog.git 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 $< > $@