]> git.sur5r.net Git - cc65/blobdiff - libsrc/apple2/Makefile
Fixed an error.
[cc65] / libsrc / apple2 / Makefile
index 0e56aa839f7e7f72e428baaa4dbee5ae075a970d..adf96c6fe197d553b281abb2cf053a7a73d53f38 100644 (file)
@@ -128,7 +128,7 @@ TGIS = apple2-280-192-8.tgi apple2-40-48-16.tgi
 
 .PHONY:        all clean zap
 
-all:   $(C_OBJS) $(S_OBJS) $(EMDS) $(JOYS) $(MOUS) $(SERS) $(TGIS)
+all:   $(C_OBJS) $(S_OBJS) $(S_EXTRA_OBJS) $(EMDS) $(JOYS) $(MOUS) $(SERS) $(TGIS)
 
 ../runtime/zeropage.o:
        $(MAKE) -C $(dir $@) $(notdir $@)