bibic

bibliothèques pour l'interpréteur de commande
git clone git://git.asteride.xyz/~ldp/bibic.git
Journaux | Fichiers | Références | LICENCE

commit da837ef458c04181335f75e17b0cafd431452640
parent db36c69628afdec6119c77ae34ed7631a344ab93
Auteur: Selve <selve@asteride.xyz>
Date:   Sun,  3 Dec 2023 09:20:09 -0500

optimisation

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

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -COPT = -Wall -Werror -Wextra -Wpedantic --std=c89 +COPT = -Wall -Werror -Wextra -Wpedantic --std=c89 -O2 CC = cc PREFIX = "/usr/local/bin"