1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-13 04:55:31 +00:00
cc65/libsrc/geos-common/conio/Makefile

19 lines
284 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 \
cvline.o \
dummies.o \
gotoxy.o \
kbhit.o \
where.o