From d35e0862e6b60fe3c4f823371627359f3ce3e68b Mon Sep 17 00:00:00 2001 From: Alee14 Date: Fri, 28 Jul 2017 16:20:27 -0400 Subject: Removing node modules (go get them yourself :P) --- node_modules/options/Makefile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 node_modules/options/Makefile (limited to 'node_modules/options/Makefile') diff --git a/node_modules/options/Makefile b/node_modules/options/Makefile deleted file mode 100644 index 7496b6f..0000000 --- a/node_modules/options/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -ALL_TESTS = $(shell find test/ -name '*.test.js') - -run-tests: - @./node_modules/.bin/mocha \ - -t 2000 \ - $(TESTFLAGS) \ - $(TESTS) - -test: - @$(MAKE) NODE_PATH=lib TESTS="$(ALL_TESTS)" run-tests - -.PHONY: test -- cgit v1.2.3