12 lines
No EOL
225 B
Makefile
12 lines
No EOL
225 B
Makefile
#
|
|
# makefile for CC65 runtime library
|
|
#
|
|
|
|
#--------------------------------------------------------------------------
|
|
# Object files
|
|
|
|
S_OBJS += ctype.o \
|
|
get_ostype.o \
|
|
initdoneio.o \
|
|
tobasic.o \
|
|
setdevice.o
|