1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-15 10:29:00 +00:00
cc65/libsrc/geos-cbm/conio/Makefile

22 lines
322 B
Makefile
Raw Normal View History

#
# makefile for CC65 runtime library
#
#--------------------------------------------------------------------------
# Object files
S_OBJS += _scrsize.o \
cclear.o \
chline.o \
cvline.o \
cgetc.o \
clrscr.o \
color.o \
cputc.o \
cpputs.o \
cursor.o \
gotoxy.o \
kbhit.o \
revers.o \
where.o