all:
	node-gyp configure
	node-gyp rebuild

test: all
	node test.js
