Two module splits
git-svn-id: svn://svn.cc65.org/cc65/trunk@396 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -15,7 +15,12 @@
|
||||
|
||||
C_OBJS =
|
||||
|
||||
S_OBJS = cputs.o cursor.o cputhex.o scrsize.o
|
||||
S_OBJS = _cursor.o \
|
||||
_scrsize.o \
|
||||
cputhex.o \
|
||||
cputs.o \
|
||||
cursor.o \
|
||||
scrsize.o
|
||||
|
||||
all: $(C_OBJS) $(S_OBJS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user