aplat

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

commit 9bccb706c05e0abcbd976d8df56b31bdb0075624
parent 2aa1df1d8fe2e28bd4d587c934756128e63c1d45
Auteur: Selve <selve@asteride.xyz>
Date:   Tue, 23 Jan 2024 16:28:05 -0500

modification du Makefile

Le drapeau -l doit suivre les objets.

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

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