Files
taimed/node_modules/qjobs/Makefile
2025-07-24 17:21:45 +08:00

6 lines
61 B
Makefile

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