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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user