1
0
mirror of https://github.com/cc65/cc65.git synced 2024-08-19 02:29:33 +00:00
cc65/libsrc/geos-common/system/Makefile
ol.sc 5149fea3e1 Normalized coding style.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5500 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-02-08 16:56:54 +00:00

25 lines
416 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 \
oserrlist.o \
oserror.o \
panic.o \
randomize.o \
setoserror.o \
sysuname.o