Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
ah7-backend
/
node_modules
/
bcrypt
/
Filename :
Makefile
back
Copy
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