projecte_ionic/node_modules/qjobs/Makefile
2022-02-09 18:30:03 +01:00

6 lines
61 B
Makefile
Executable file

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