File: Makefile

package info (click to toggle)
node-websocket 1.0.19-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 524 kB
  • sloc: cpp: 212; makefile: 24
file content (11 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
all:
	node-gyp configure build

clean:
	node-gyp clean

autobahn:
	@NODE_PATH=lib nodejs test/autobahn-test-client.js --host=127.0.0.1 --port=9000

autobahn-server:
	@NODE_PATH=lib nodejs test/echo-server.js