diff -r 165b36273ce7 -r e80882a6af57 Makefile --- a/Makefile Thu May 27 04:01:04 2010 +0100 +++ b/Makefile Thu May 27 04:01:36 2010 +0100 @@ -4,11 +4,12 @@ squish: squish.lua squishy ./squish.lua $(OPTIONS) # Bootstrap squish chmod +x squish + ./squish -q gzip # Minify gunzip code ./squish -q debug # Minify debug code - ./squish $(OPTIONS) --with-debug # Build squish with minified debug + ./squish $(OPTIONS) --with-gzip --with-debug # Build squish with minified gzip/debug install: squish install squish /usr/local/bin/squish clean: - rm squish squish.debug + rm squish squish.debug gunzip.lua