aplat

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

commit ce229984182cf0c50e4e57bbe6c6a743567665c1
parent f460f624b38c9fcd6dc380c1724023e9f81a693f
Auteur: Selve <selve@asteride.xyz>
Date:   Fri, 22 Mar 2024 15:23:24 -0400

correction d'une coquille dans la Makefile

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

diff --git a/Makefile b/Makefile @@ -12,7 +12,7 @@ DOS_MAN = man CC = cc COPTS_SPCL = -O2 -DNDEBUG COPTS = -Wall -Wextra -Werror -Wpedantic -Wno-implicit-fallthrough \ - --std=c89 ${COPT_SPCL} + --std=c89 ${COPTS_SPCL} CPPOPTS = -I${INC_DOS} -DI18N_DOMAINE=\"aplat\" -DI18N_DOS=\"${I18N_DOS}\" LDOPTS = -L${LIB_DOS}