Corrected some Makefile errors.

This commit is contained in:
Ulysse Cura 2026-07-20 18:19:50 +02:00
parent 3f7744474a
commit 5ab3d30407
1 changed files with 1 additions and 1 deletions

View File

@ -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