Makefile 204 B

1234567891011
  1. all:
  2. node-gyp configure build
  3. clean:
  4. node-gyp clean
  5. autobahn:
  6. @NODE_PATH=lib node test/autobahn-test-client.js --host=127.0.0.1 --port=9000
  7. autobahn-server:
  8. @NODE_PATH=lib node test/echo-server.js