flocore-node/Makefile
2014-08-20 17:56:51 -07:00

9 lines
97 B
Makefile

all:
node-gyp configure
node-gyp build
clean:
@node-gyp clean 2>/dev/null
.PHONY: all clean