Files
METH_Transcendence/site/node_modules/stats/Makefile
Kum1ta 57c261c689 Site
- starting pong game 3d
2024-07-30 01:08:32 +02:00

7 lines
88 B
Makefile

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