/js/lib/Socket.IO-node/Makefile
http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs · Makefile · 15 lines · 10 code · 5 blank · 0 comment · 0 complexity · a9e21874dd86210eef5d01c687e0d9f6 MD5 · raw file
- test:
- @./support/expresso/bin/expresso \
- -I lib $(TESTFLAGS) tests/*.js
- test-cov:
- @TESTFLAGS=--cov $(MAKE) test
-
- example:
- node ./example/server.js
- example-ssl:
- node ./example/server-ssl.js
- .PHONY: test test-cov example example-ssl