Inital Commit
[oweals/finalsclub.git] / bruml / lib / socket.io / Makefile
1 test:
2         ./support/expresso/bin/expresso -I lib $(TESTFLAGS) tests/*.js
3
4 test-cov:
5         @TESTFLAGS=--cov $(MAKE) test
6         
7 example:
8         node ./example/server.js
9
10 example-ssl:
11         node ./example/server-ssl.js
12
13 .PHONY: example