mirror of
https://github.com/cc65/cc65.git
synced 2025-02-19 21:31:11 +00:00
9 lines
157 B
Makefile
9 lines
157 B
Makefile
#
|
|
# makefile for CC65 runtime library
|
|
#
|
|
|
|
#--------------------------------------------------------------------------
|
|
# Object files
|
|
|
|
S_OBJS += followchain.o
|