chore: fixed empty echo in makefile.
This commit is contained in:
@@ -27,7 +27,6 @@ AR := lwar
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
all: $(TARGET)
|
||||
@echo ""
|
||||
|
||||
$(TARGET): $(OBJS)
|
||||
$(LD) -s boot.ld -o $@ $<
|
||||
|
Reference in New Issue
Block a user