Files
socket.io/Makefile
2013-01-18 17:35:40 -08:00

9 lines
92 B
Makefile

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