fcoin/Makefile
Christopher Jeffrey 56fdeec35c
package: build.
2016-08-24 07:09:35 -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