Your IP : 216.73.216.91


Current Path : /var/node/inatote/qa_inatote/node_modules/bcrypt/
Upload File :
Current File : /var/node/inatote/qa_inatote/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