UNPKG

port

Version:

Spawn Pd (Pure Data) and communicate through TCP sockets

14 lines (8 loc) 198 B
export PATH := $(shell pwd)/node_modules/.bin/:$(PATH) REPORTER = spec # list all: test test: test-node test-node: @mocha --reporter $(REPORTER) ./test/*.js || true @echo 'done' .PHONY: test