From 2f673c50910e1a1b5fadc524ca15fb4788a9601d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sun, 14 Mar 2021 18:29:24 +0100 Subject: [PATCH] :wrench: Update Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 794f20f8..5b062a80 100644 --- a/Makefile +++ b/Makefile @@ -54,11 +54,12 @@ GWLIBS += util/libgwion_util.a ast/libprettyerr/libprettyerr.a util/libtermcolor _LDFLAGS = ${GWLIBS} ${LDFLAGS} all: options-show ${_GWLIBS} src/main.o - $(info link ${PRG}) + @$(info link ${PRG}) @${CC} src/main.o -o ${PRG} ${_LDFLAGS} ${LIBS} options-show: @$(call _options) + @$(info libs: ${GWLIBS}) lib${PRG}.a: ${lib_obj} @${AR} ${AR_OPT} -- 2.43.0