le jeu des motos dans tron - retour accueil
git clone git://bebou.netlib.re/tron
Log | Files | Refs | README |
commit c8b29fb320307b5ebc5b43f174bd7c09873a0b5b parent 014ab3f27ac6c3bd4508715b73e1647be7c6431f Auteurice: Arthur Pons <arthur.pons@unistra.fr> Date: Thu, 26 Jun 2025 18:24:02 +0200 On compile en vérifiant plus de trucs Diffstat:
M | makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/makefile b/makefile @@ -1,7 +1,7 @@ PREFIX = /usr/local tron: tron.c termbox2.h - cc tron.c -o tron + cc -Wall -Wextra -Wpedantic -std=c99 tron.c -o tron .PHONY: clean clean: