diff --git a/code/boot/makefile b/code/boot/makefile index 518aeec..3bd31b1 100644 --- a/code/boot/makefile +++ b/code/boot/makefile @@ -27,7 +27,6 @@ AR := lwar # ------------------------------------------------------------------------------ all: $(TARGET) - @echo "" $(TARGET): $(OBJS) $(LD) -s boot.ld -o $@ $<