From 90b7dd065de5de1918cc9fa1246abe4e9b8e276a Mon Sep 17 00:00:00 2001 From: uz Date: Tue, 22 Sep 2009 19:00:12 +0000 Subject: [PATCH] Build files in the extra directory. git-svn-id: svn://svn.cc65.org/cc65/trunk@4212 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/apple2/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) -- 2.39.5