fcoin/Makefile
2017-06-26 13:52:54 -07:00

15 lines
178 B
Makefile

all:
@npm run webpack
@cp -f lib/workers/worker-browser.js browser/bcoin-worker.js
clean:
@npm run clean
docs:
@npm run docs
test:
@npm test
.PHONY: all clean docs test