fcoin/Makefile
2016-09-24 01:07:44 -07:00

12 lines
109 B
Makefile

all:
@npm run browserify
@npm run uglify
clean:
@npm run clean
test:
@npm test
.PHONY: all clean test