Files
socket.io/Makefile
2016-02-12 20:17:59 +08:00

22 lines
289 B
Makefile

REPORTER = dot
build: engine.io.js
engine.io.js:
@./node_modules/.bin/gulp build
test:
@./node_modules/.bin/gulp test
test-node:
@./node_modules/.bin/gulp test-node
test-zuul:
@./node_modules/.bin/gulp test-zuul
test-cov:
@./node_modules/.bin/gulp test-cov
.PHONY: test build