cc65/libsrc/geos-common/conio/Makefile
2012-10-19 07:11:04 +00:00

19 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