From ef4c73ac58f4aae29e47b680808570e2203b9713 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Sun, 19 Oct 2025 21:20:37 -0500 Subject: build: align all build files Align all the build makefiles so that the standard template is used OS-wide. Remove all the dangling files leftover from pre-standardization. Signed-off-by: Danny Holman --- bootstrap/stage1/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap/stage1') diff --git a/bootstrap/stage1/Makefile b/bootstrap/stage1/Makefile index b80a16b..3cf7437 100644 --- a/bootstrap/stage1/Makefile +++ b/bootstrap/stage1/Makefile @@ -45,6 +45,7 @@ all: $(BINARY) $(BINARY): $(OBJS) @$(LD) $(LDFLAGS) $^ + @echo [LD] $@ %.o: %.c @$(CC) -MD -c $< -o $@ $(CFLAGS) $(INCLUDE) -- cgit v1.2.3