Change Makefile to build debug and non-debug versions of openpgp.js

This commit is contained in:
Robert Nelson 2013-12-08 10:29:50 -08:00
parent e8a2cd6621
commit be8cab9795

View File

@ -31,7 +31,8 @@ lint:
@./scripts/lint.sh
bundle:
@browserify -d -r ./src/:openpgp > ./resources/openpgp.js
@browserify -r ./src/:openpgp > ./resources/openpgp.js
@browserify -d -r ./src/:openpgp > ./resources/openpgp.debug.js
bundle-test:
@browserify -d -r ./test/test-all.js:test-bundle.js > ./test/test-bundle.js