add a makefile

This commit is contained in:
Sami Samhuri 2013-01-05 15:15:56 -05:00
parent 71195bba88
commit b9a29d1643

4
Makefile Normal file
View file

@ -0,0 +1,4 @@
test:
node test/test.js
.PHONY: test