Files
2013-05-17 14:06:10 +08:00

8 lines
72 B
Makefile

.PHONY: all test clean
all:
test:
mocha test/tests.js -R spec
clean: