1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-14 19:29:26 +00:00
cc65/libsrc/geos-common/system/Makefile

25 lines
408 B
Makefile
Raw Normal View History

#
# 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