habitica/Makefile
2013-05-24 15:03:20 +08:00

3 lines
No EOL
202 B
Makefile

compile:
./node_modules/browserify/bin/cmd.js -t coffeeify ./script/index.js > browser/browser.js
./node_modules/browserify/bin/cmd.js -t coffeeify --debug ./script/index.js > browser/browser.debug.js