Files
METH_Transcendence/site/real_game/node_modules/commander/Makefile
Kum1ta 64b2e8ab73 Game
- Starting solo game with physics
2024-08-29 18:43:23 +02:00

7 lines
80 B
Makefile

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