forked from amberisvibin/chibi-pc09
chore: fixed empty echo in makefile.
This commit is contained in:
@@ -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 $@ $<
|
||||||
|
Reference in New Issue
Block a user