Separate the linker config for the apple2enh target from the ones for the

apple2.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4235 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2009-09-26 16:12:02 +00:00
parent 70cb60ef31
commit a16dcb549f
6 changed files with 209 additions and 2 deletions

View File

@@ -125,8 +125,7 @@ depend dep: $(OBJS:.o=.c)
apple2.inc: cfg/apple2.cfg
@$(CVT) $< $@ CfgApple2
# The apple2enh target uses the same config as the apple2
apple2enh.inc: cfg/apple2.cfg
apple2enh.inc: cfg/apple2enh.cfg
@$(CVT) $< $@ CfgApple2Enh
atari.inc: cfg/atari.cfg