Files
axyz/tools/LiveTexturing/node_modules/zmq/Makefile
T
2016-03-18 10:14:02 +01:00

19 lines
405 B
Makefile

build/Release/binding.node: binding.cc binding.gyp
npm install
test:
npm test
clean:
rm -fr build node_modules
distclean:
node-gyp clean
perf:
node perf/local_lat.js tcp://127.0.0.1:5555 1 100000& node perf/remote_lat.js tcp://127.0.0.1:5555 1 100000
node perf/local_thr.js tcp://127.0.0.1:5556 1 100000& node perf/remote_thr.js tcp://127.0.0.1:5556 1 100000
.PHONY: test clean distclean perf