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