From 5ab3d30407dc008d57077d25c4a7c547fc8f1b20 Mon Sep 17 00:00:00 2001 From: Ulysse Cura Date: Mon, 20 Jul 2026 18:19:50 +0200 Subject: [PATCH] Corrected some Makefile errors. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 8c5b848..71b75b9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -46,7 +46,7 @@ count_core_build: # Link core target $(CORE_OUTPUT): $(CORE_OBJECTS) - @echo -e "[100%] $(YELLOW)Linking libCore.so$(RESET)" + @echo -e "[100%] $(YELLOW)Linking $(notdir $(CORE_OUTPUT))$(RESET)" $(Q)$(CORE_AR) rcs $(CORE_ARFLAGS) $@ $^ # Build .o files