mirror of
https://github.com/cc65/cc65.git
synced 2025-02-17 08:30:46 +00:00
22 lines
322 B
Makefile
22 lines
322 B
Makefile
#
|
|
# makefile for CC65 runtime library
|
|
#
|
|
|
|
#--------------------------------------------------------------------------
|
|
# Object files
|
|
|
|
S_OBJS += _scrsize.o \
|
|
cclear.o \
|
|
cgetc.o \
|
|
chline.o \
|
|
clrscr.o \
|
|
color.o \
|
|
cpputs.o \
|
|
cputc.o \
|
|
cursor.o \
|
|
cvline.o \
|
|
gotoxy.o \
|
|
kbhit.o \
|
|
revers.o \
|
|
where.o
|