14 lines
266 B
Makefile
14 lines
266 B
Makefile
#
|
|
# makefile for CC65 runtime library
|
|
#
|
|
|
|
#--------------------------------------------------------------------------
|
|
# Object files
|
|
|
|
S_OBJS += doicons.o \
|
|
domenu.o \
|
|
dopreviousmenu.o \
|
|
gotofirstmenu.o \
|
|
recoverallmenus.o \
|
|
recovermenu.o \
|
|
redomenu.o
|