1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 20:29:34 +00:00

Reuse the character specification table from the base target.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5518 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc 2012-02-09 16:41:35 +00:00
parent 764f07e56b
commit 51508843f9

View File

@ -5,8 +5,7 @@
#--------------------------------------------------------------------------
# Object files
S_OBJS += ctype.o \
get_ostype.o \
S_OBJS += get_ostype.o \
getserialnumber.o \
initdoneio.o \
setdevice.o \