mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 09:33:50 +02:00
9 lines
208 B
Makefile
9 lines
208 B
Makefile
# Common variables.
|
|
|
|
PREFIX ?= /usr/local
|
|
SBINDIR ?= $(PREFIX)/sbin
|
|
LIBDIR ?= $(PREFIX)/lib
|
|
|
|
CPPFLAGS += -I../include
|
|
CFLAGS += -Wstack-protector -fstack-protector-all
|
|
CFLAGS += -O2 -Wall -Werror -fPIC -DPIC
|