mirror of
https://github.com/cc65/cc65.git
synced 2025-02-21 05:29:16 +00:00
13 lines
213 B
Makefile
13 lines
213 B
Makefile
#
|
|
# makefile for CC65 runtime library
|
|
#
|
|
|
|
#--------------------------------------------------------------------------
|
|
# Object files
|
|
|
|
S_OBJS += fetchram.o \
|
|
reuregs.o \
|
|
stashram.o \
|
|
swapram.o \
|
|
verifyram.o
|