#
# makefile for CC65 runtime library
#

#--------------------------------------------------------------------------
# Object files

C_OBJS	+=	systime.o

S_OBJS  +=      callroutine.o		\
		crt0.o			\
		ctype.o			\
		enterdesktop.o		\
		extzp.o			\
		firstinit.o		\
		getrandom.o		\
		mainargs.o		\
		mainloop.o		\
		oserrlist.o		\
		oserror.o		\
		panic.o			\
		randomize.o		\
		setoserror.o		\
		sysuname.o
