aplat

Documents structurés pour Unix
git clone git://git.asteride.xyz/~ldp/aplat.git
Journaux | Fichiers | Références | LISEZ-MOI | LICENCE

commit 4123482ce2353cb1e73ba997feb80cd1df9e3f7a
parent 98e31e1e1a8cd8fc43f969586cbdf3f89957d527
Auteur: Selve <selve@asteride.xyz>
Date:   Sun, 19 Nov 2023 15:35:10 -0500

pédanterie

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

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