UNPKG

arietta-gpio

Version:

Arietta sysfs GPIO wrapper for node.js based on node-native-gpio

22 lines (14 loc) 283 B
MOCHA = node_modules/.bin/mocha NODE_GYP = node_modules/.bin/node-gyp MOCHA_FLAGS = \ --reporter spec install: build build: $(NODE_GYP) configure build clean: @rm -rf ./build src/*.o test: test-src test-src: $(MOCHA) $(MOCHA_FLAGS) \ test/src/gpio .PHONY: build test