summaryrefslogtreecommitdiff
path: root/bootstrap/stage1
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/stage1')
-rw-r--r--bootstrap/stage1/Makefile1
1 files changed, 1 insertions, 0 deletions
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)