2000-05-28 13:40:48 +00:00
|
|
|
#
|
2012-01-30 21:19:09 +00:00
|
|
|
# makefile for CC65 runtime library
|
2000-05-28 13:40:48 +00:00
|
|
|
#
|
|
|
|
|
2012-01-30 21:19:09 +00:00
|
|
|
#--------------------------------------------------------------------------
|
|
|
|
# Object files
|
2002-11-22 19:31:44 +00:00
|
|
|
|
2012-02-09 16:41:35 +00:00
|
|
|
S_OBJS += get_ostype.o \
|
2012-02-08 19:48:31 +00:00
|
|
|
getserialnumber.o \
|
2012-01-30 21:19:09 +00:00
|
|
|
initdoneio.o \
|
2012-02-07 22:36:17 +00:00
|
|
|
setdevice.o \
|
|
|
|
tobasic.o
|