Files
node/app/node_modules/formidable/node-gently/Makefile

4 lines
69 B
Makefile

test:
@find test/simple/test-*.js | xargs -n 1 -t node
.PHONY: test