feat: modularized with lwtools build system

This commit is contained in:
2025-08-31 14:42:14 -05:00
parent c67176e99a
commit 677b3cb02d
9 changed files with 164 additions and 120 deletions

View File

@@ -39,7 +39,7 @@ $(TARGROM): $(TARGET).s19
# Link objects
$(TARGET).s19: $(OBJS)
$(LD) $(LDFLAGS) -o $@ $<
$(LD) $(LDFLAGS) -o $@ $^
# Assemble objects
$(OBJS): $(BUILDDIR)%.o : $(SRCDIR)%.s