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