]> git.sur5r.net Git - cc65/blob - libsrc/apple2/targetutil/Makefile.inc
Don't save and restore the zero page locations used.
[cc65] / libsrc / apple2 / targetutil / Makefile.inc
1 DEPS += ../wrk/$(TARGET)/loader.d
2
3 ../wrk/$(TARGET)/loader.o: $(SRCDIR)/targetutil/loader.s | ../wrk/$(TARGET)
4         $(ASSEMBLE_recipe)
5
6 ../targetutil/loader.system: ../wrk/$(TARGET)/loader.o $(SRCDIR)/targetutil/loader.cfg | ../targetutil
7         $(LD65) -o $@ -C $(filter %.cfg,$^) $(filter-out %.cfg,$^)
8
9 $(TARGET): ../targetutil/loader.system