9 lines
111 B
Makefile
9 lines
111 B
Makefile
#
|
|
# config.mk
|
|
#
|
|
|
|
CC = /bin/gcc
|
|
AR = /bin/ar
|
|
|
|
CFLAGS = -O2 -pipe -fstack-protector-strong -static -pie -std=c99
|