diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,4 +13,5 @@ polldance-$(VERSION).js: polldance.js cp polldance.js polldance-$(VERSION).js polldance-$(VERSION).min.js: polldance-$(VERSION).js - ./compile.py polldance-$(VERSION).js > polldance-$(VERSION).min.js + sed -e "s/DEBUG = true/DEBUG = false/g" polldance-$(VERSION).js | ./compile.py > polldance-$(VERSION).min.js.tmp + mv polldance-$(VERSION).min.js.tmp polldance-$(VERSION).min.js |