fcoin/Makefile
2016-09-22 04:03:01 -07:00

11 lines
92 B
Makefile

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