From: uz Date: Tue, 22 Sep 2009 19:00:12 +0000 (+0000) Subject: Build files in the extra directory. X-Git-Tag: V2.13.0rc1~44 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=90b7dd065de5de1918cc9fa1246abe4e9b8e276a;p=cc65 Build files in the extra directory. git-svn-id: svn://svn.cc65.org/cc65/trunk@4212 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/apple2/Makefile b/libsrc/apple2/Makefile index 802c404f5..0e56aa839 100644 --- a/libsrc/apple2/Makefile +++ b/libsrc/apple2/Makefile @@ -107,6 +107,9 @@ S_OBJS= _scrsize.o \ wherey.o \ write.o +S_EXTRA_OBJS= \ + extra/iobuf-0800.o + #-------------------------------------------------------------------------- # Drivers @@ -131,7 +134,7 @@ all: $(C_OBJS) $(S_OBJS) $(EMDS) $(JOYS) $(MOUS) $(SERS) $(TGIS) $(MAKE) -C $(dir $@) $(notdir $@) clean: - @$(RM) $(C_OBJS:.o=.s) $(C_OBJS) $(S_OBJS) $(EMDS:.emd=.o) $(JOYS:.joy=.o) $(MOUS:.mou=.o) $(SERS:.ser=.o) $(TGIS:.tgi=.o) + @$(RM) $(C_OBJS:.o=.s) $(C_OBJS) $(S_OBJS) $(S_EXTRA_OBJS) $(EMDS:.emd=.o) $(JOYS:.joy=.o) $(MOUS:.mou=.o) $(SERS:.ser=.o) $(TGIS:.tgi=.o) zap: clean @$(RM) $(EMDS) $(JOYS) $(MOUS) $(SERS) $(TGIS)