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