go-tui

Une TUI pour jouer au go - retour accueil

git clone git://bebou.netlib.re/go-tui

Log | Files | Refs |

commit 73400a014e4c48e584fb162191f9e65133be09f5
parent a038abe8d99531fd063bbcfa0cc1278784389807
Auteurice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Wed, 16 Jul 2025 16:56:22 +0200

On compile pas quand y'a un warning

Honor mode activé

Diffstat:
Mmakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makefile b/makefile @@ -1,7 +1,7 @@ PREFIX = /usr/local gotui: gotui.c termbox2.h - cc -Wall -Wextra -Wpedantic -std=c99 -Os gotui.c -o gotui + cc -Wall -Wextra -Wpedantic -Werror -std=c99 -Os gotui.c -o gotui .PHONY: clean clean: