Add Makefile

This commit is contained in:
wltsmrz
2013-09-08 17:35:50 -07:00
parent 25401bd08d
commit 0a1d1f2ed4

4
Makefile Normal file
View File

@@ -0,0 +1,4 @@
test:
./node_modules/.bin/mocha test/*-test.js
.PHONY: test