Replaced the unused NES target by BBC

git-svn-id: svn://svn.cc65.org/cc65/trunk@497 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-11-30 08:55:16 +00:00
parent fef6e7d7d6
commit 6632756ceb
7 changed files with 17 additions and 11 deletions

View File

@@ -44,6 +44,7 @@ OBJS = bin.o \
INCS = apple2.inc \
atari.inc \
bbc.inc \
c64.inc \
c128.inc \
cbm610.inc \
@@ -100,6 +101,9 @@ apple2.inc: cfg/apple2.cfg
atari.inc: cfg/atari.cfg
@$(CVT) $< $@ CfgAtari
bbc.inc: cfg/bbc.cfg
@$(CVT) $< $@ CfgBBC
c64.inc: cfg/c64.cfg
@$(CVT) $< $@ CfgC64