From d2f37b5965d5c122bbc0e86e0e91b0d631012325 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Fri, 10 Feb 2023 13:40:15 +0100 Subject: Make autobootstrap system --- core/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'core') diff --git a/core/Makefile b/core/Makefile index d8335b0..99e348d 100644 --- a/core/Makefile +++ b/core/Makefile @@ -8,8 +8,10 @@ options: @echo OBJ: ${OBJ} objects/%: %.c - -mkdir -p $$(dirname $@) - gcc $< -o $@ ../lib/slib.a -static -nostdlib -fno-stack-protector -Wno-implicit-function-declaration -fno-builtin -Wno-int-conversion -g + @echo Building $< + @-mkdir -p $$(dirname $@) + @gcc $< -o $@ ../lib/slib.a -static -nostdlib -fno-stack-protector -Wno-implicit-function-declaration -fno-builtin -Wno-int-conversion -g clean: - rm ${OBJ} + @echo Cleaning Up Core + @rm ${OBJ} -- cgit v1.2.3-70-g09d2