Two module splits

git-svn-id: svn://svn.cc65.org/cc65/trunk@396 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-10-26 20:43:29 +00:00
parent 623fd3e103
commit 826a9545e4
5 changed files with 37 additions and 18 deletions

View File

@@ -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)