4 lines
82 B
Text
4 lines
82 B
Text
|
# This is needed to link objdump and debug images using gdb.
|
||
|
CC = cc -non_shared
|
||
|
|