all:
	@node-gyp rebuild

clean:
	@npm run clean

lint:
	@npm run lint

test:
	@npm test

.PHONY: all clean lint test
