summaryrefslogtreecommitdiffstats
path: root/config.mk
blob: 4cafaa4edee0aacfeab65504b6d85f67d6567edf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# BFF version
VERSION = 1.0

# Paths
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man

CFLAGS   = -std=c99 -Wall -pedantic -O2
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
LDFLAGS  = -s