forked from amberisvibin/chibi-pc09
chore: completed missing parts of makefile.
This commit is contained in:
@@ -30,6 +30,7 @@ all: $(TARGET)
|
||||
@echo ""
|
||||
|
||||
$(TARGET): $(OBJS)
|
||||
$(LD) -s boot.ld -o $@ $<
|
||||
|
||||
$(OBJS): $(BUILDDIR)%.o : $(SRCDIR)%.s
|
||||
-@mkdir -p $(BUILDDIR)
|
||||
|
Reference in New Issue
Block a user