1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-30 08:57:49 +00:00

Build files in the extra directory.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4212 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2009-09-22 19:00:12 +00:00
parent 5c35c213f6
commit 90b7dd065d

View File

@ -107,6 +107,9 @@ S_OBJS= _scrsize.o \
wherey.o \ wherey.o \
write.o write.o
S_EXTRA_OBJS= \
extra/iobuf-0800.o
#-------------------------------------------------------------------------- #--------------------------------------------------------------------------
# Drivers # Drivers
@ -131,7 +134,7 @@ all: $(C_OBJS) $(S_OBJS) $(EMDS) $(JOYS) $(MOUS) $(SERS) $(TGIS)
$(MAKE) -C $(dir $@) $(notdir $@) $(MAKE) -C $(dir $@) $(notdir $@)
clean: 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 zap: clean
@$(RM) $(EMDS) $(JOYS) $(MOUS) $(SERS) $(TGIS) @$(RM) $(EMDS) $(JOYS) $(MOUS) $(SERS) $(TGIS)