commit 40c4891b0991a8511ad2733b2730a1adb47fbf6e parent 4123482ce2353cb1e73ba997feb80cd1df9e3f7a Auteur: Selve <selve@asteride.xyz> Date: Sun, 19 Nov 2023 16:02:03 -0500 réorganisation mineure de Makefile Diffstat:
M | Makefile | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,4 +1,5 @@ -COPT = -Wall -Wextra -Werror -Wpedantic --std=c89 -O2 +COPT_SPCL = -O2 -DNDEBUG +COPT = -Wall -Wextra -Werror -Wpedantic --std=c89 ${COPT_SPCL} CC = cc PREFIX = "/usr/local/bin"