Files
METH_Transcendence/site/game/node_modules/commander/Makefile
2024-07-30 20:19:29 +02:00

7 lines
80 B
Makefile

TESTS = $(shell find test/test.*.js)
test:
@./test/run $(TESTS)
.PHONY: test