Files
socket.io/Makefile
Guillermo Rauch b6a4899689 initial 1.0 commit
2012-12-13 12:14:54 -03:00

10 lines
103 B
Makefile

REPORTER = dot
test:
@./node_modules/.bin/mocha \
--reporter $(REPORTER) \
--bail
.PHONY: test