| Current Path : /var/node/inatote/Inatote-Backend/node_modules/bcrypt/ |
| Current File : /var/node/inatote/Inatote-Backend/node_modules/bcrypt/Makefile |
TESTS = test/*.js all: test build: clean compile compile: npm install . npm run install test: build @./node_modules/nodeunit/bin/nodeunit \ $(TESTS) clean: rm -Rf lib/bindings/ .PHONY: clean test build