node-postgres/Makefile
Brian M. Carlson 722296f8d2 Initial commit
2013-10-21 23:57:50 -05:00

6 lines
80 B
Makefile

SHELL := /bin/sh
.PHONY: test
test:
find test/ -name "*.js" | xargs -n 1 node