nc/config.mk

10 lines
112 B
Makefile
Raw Normal View History

2023-04-14 12:43:14 -04:00
#
# config.mk
#
PREFIX = /usr
CC = cc
CFLAGS = -O2 -fstack-protector-strong -static -pie
LDFLAGS = -static