aplat

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

commit 25abdbc455a0e565ffe4d9d3c86cda179b346e83
parent e374f73fb685b5284866c9c0a654eb50c2c9c774
Auteur: Selve <selve@asteride.xyz>
Date:   Wed, 14 Feb 2024 18:53:46 -0500

correction d'un coquille dans la Makefile

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

diff --git a/Makefile b/Makefile @@ -29,7 +29,7 @@ FCH_MO != find ${DOS_PO} -name '*.po' | sed 's/\.po$$/\.mo/' all: aplat traductions aplat: aplat.o tampon.o - ${CC} ${COPT} ${LDOPTS} -o "$@" aplat.o tampon.o ${LIBS} + ${CC} ${COPTS} ${LDOPTS} -o "$@" aplat.o tampon.o ${LIBS} traductions: ${FCH_MO}