Makefile

branch
lua5.2
changeset 97
808fd9673669
parent 60
e80882a6af57
equal deleted inserted replaced
96:7d6070e5a096 97:808fd9673669
1 1
2 OPTIONS=-q --with-minify --with-uglify --with-compile --with-virtual-io 2 OPTIONS= --with-minify --with-uglify --with-compile --with-virtual-io
3 3
4 squish: squish.lua squishy 4 squish: squish.lua squishy
5 ./squish.lua $(OPTIONS) # Bootstrap squish 5 ./squish.lua $(OPTIONS) # Bootstrap squish
6 chmod +x squish 6 chmod +x squish
7 ./squish -q gzip # Minify gunzip code 7 ./squish gzip # Minify gunzip code
8 ./squish -q debug # Minify debug code 8 ./squish debug # Minify debug code
9 ./squish $(OPTIONS) --with-gzip --with-debug # Build squish with minified gzip/debug 9 ./squish $(OPTIONS) --with-gzip --with-debug # Build squish with minified gzip/debug
10 10
11 install: squish 11 install: squish
12 install squish /usr/local/bin/squish 12 install squish /usr/local/bin/squish
13 13

mercurial