10 lines
112 B
Makefile
10 lines
112 B
Makefile
#
|
|
# config.mk
|
|
#
|
|
|
|
PREFIX = /usr
|
|
|
|
CC = cc
|
|
CFLAGS = -O2 -fstack-protector-strong -static -pie
|
|
LDFLAGS = -static
|