1
0
mirror of https://github.com/cc65/cc65.git synced 2024-08-17 03:29:15 +00:00
cc65/libsrc/geos-common/conio/Makefile

20 lines
297 B
Makefile
Raw Normal View History

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