bitcore-node-zcash/Makefile

10 lines
129 B
Makefile
Raw Normal View History

2014-08-12 12:03:04 -07:00
all:
2014-09-10 16:57:18 -07:00
@node-gyp clean 2>/dev/null
node-gyp -d configure
2014-08-12 12:03:04 -07:00
node-gyp build
clean:
@node-gyp clean 2>/dev/null
2014-08-20 17:56:51 -07:00
.PHONY: all clean