mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
4494a930e3
git-svn-id: svn://svn.cc65.org/cc65/trunk@5488 b7a2c559-68d2-44c3-8de9-860c34a00d81
24 lines
398 B
Makefile
24 lines
398 B
Makefile
#
|
|
# makefile for CC65 runtime library
|
|
#
|
|
|
|
#--------------------------------------------------------------------------
|
|
# Object files
|
|
|
|
C_OBJS += systime.o
|
|
|
|
S_OBJS += callroutine.o \
|
|
crt0.o \
|
|
enterdesktop.o \
|
|
extzp.o \
|
|
firstinit.o \
|
|
getrandom.o \
|
|
getserialnumber.o \
|
|
mainargs.o \
|
|
mainloop.o \
|
|
oserror.o \
|
|
oserrlist.o \
|
|
panic.o \
|
|
randomize.o \
|
|
sysuname.o
|