Makefile 61 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 test: @find tests/*.js | xargs -n 1 -t node .PHONY: test