From a105b34ab53963ab651810f33caa2ee51869b1c7 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 1 Jun 2012 19:29:08 +0200 Subject: o Initial import. --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..eb73cae --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +PATH := $(PATH):node_modules/.bin +all: test + +test: + mocha test/*.test.js + +.PHONY: all test -- cgit v1.2.3