X-Git-Url: https://jasonwoof.com/gitweb/?p=hexbog.git;a=blobdiff_plain;f=Makefile;h=6abf82cd96917ffbc43fff2fe0c1ffaef2f5a365;hp=929563b256d7fb53dc70d4a02924f82fdd88cf9b;hb=ea321001317a4a3c2a1befa0dfa53597cedbdd92;hpb=cfd688cbffbd5fbe33a817671d44f5b98500d60f diff --git a/Makefile b/Makefile index 929563b..6abf82c 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ index.js: main.coffee coffee -bc -o .coffee-tmp main.coffee && mv .coffee-tmp/main.js index.js index_min.js: wordlist_compressed.js index.js + #cat /usr/share/javascript/jquery/jquery.min.js index.js > $@ cat /usr/share/javascript/jquery/jquery.min.js index.js | uglifyjs -nc -o $@ wordlist_min.js: wordlist_compressed.js index.js