1
0
mirror of https://github.com/cc65/cc65.git synced 2024-08-15 21:29:23 +00:00
cc65/libsrc/geos-common/conio/Makefile
2012-10-19 07:11:04 +00:00

20 lines
297 B
Makefile

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