Files
METH_Transcendence/site/real_game/node_modules/stats/Makefile
Hugo Bourgeon 3d6da466b1 Game
- Add deltaTime of player bar
   - Add top jumper animation
2024-08-22 19:03:55 +02:00

7 lines
88 B
Makefile

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