Files
socket.io/Makefile
2016-03-06 11:40:57 +08:00

9 lines
100 B
Makefile

test:
@./node_modules/.bin/gulp test
test-cov:
@./node_modules/.bin/gulp test-cov
.PHONY: test