chore: fixed empty echo in makefile.

This commit is contained in:
2024-11-21 16:01:03 -06:00
parent 9dacc24a4a
commit 129b0eb6bb

View File

@@ -27,7 +27,6 @@ AR := lwar
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
all: $(TARGET) all: $(TARGET)
@echo ""
$(TARGET): $(OBJS) $(TARGET): $(OBJS)
$(LD) -s boot.ld -o $@ $< $(LD) -s boot.ld -o $@ $<