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

7 lines
88 B
Makefile

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