le jeu des motos dans tron - retour accueil
git clone git://bebou.netlib.re/tron
Log | Files | Refs | README |
commit be810432b88a9f321c7e635e6b42773816f6f97d parent d3930e5aeade5d950a8f2f13e238e812a959ec82 Auteurice: Arthur Pons <arthur.pons@unistra.fr> Date: Sun, 22 Jun 2025 18:31:59 +0200 Correction makefile pour clang Diffstat:
M | makefile | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/makefile b/makefile @@ -1,6 +1,7 @@ PREFIX = /usr/local tron: tron.c termbox2.h + cc tron.c -o tron .PHONY: clean clean: