toolbox pour des tui - retour accueil
git clone git://bebou.netlib.re/tuit
Log | Files | Refs |
commit 6a3ad77059a897528d70f21fa63430ff08918966 parent 4d19f80ce3019313cb6c469f094fd4e2cc23b408 Auteurice: Arthur Pons <arthur.pons@unistra.fr> Date: Wed, 11 Jun 2025 15:50:17 +0200 Correction correcte du makefile Diffstat:
M | makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/makefile b/makefile @@ -10,6 +10,6 @@ clean: install: choose cp choose $(PREFIX)/bin/choose -.PHONY: unistall +.PHONY: uninstall uninstall: rm $(PREFIX)/bin/choose