fcoin/Makefile
2017-06-26 17:42:18 -07:00

18 lines
205 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
lint:
@npm run lint
test:
@npm test
.PHONY: all clean docs lint test