5 lines
55 B
Makefile
5 lines
55 B
Makefile
|
|
# === C Compiler+Linker ===
|
||
|
|
LD = ld
|
||
|
|
CC = gcc
|
||
|
|
CFLAGS =
|