fcoin/Makefile
2018-03-29 21:56:51 -07:00

29 lines
295 B
Makefile

all:
@npm run webpack
app:
@npm run webpack-app
browser:
@npm run webpack-browser
compat:
@npm run webpack-compat
node:
@npm run webpack-node
clean:
@npm run clean
docs:
@npm run docs
lint:
@npm run lint
test:
@npm test
.PHONY: all app browser compat node clean docs lint test