10 lines
191 B
Makefile
10 lines
191 B
Makefile
#
|
|
# makefile for CC65 runtime library
|
|
#
|
|
|
|
#--------------------------------------------------------------------------
|
|
# Object files
|
|
|
|
S_OBJS += enterturbo.o \
|
|
exitturbo.o \
|
|
purgeturbo.o
|