summaryrefslogtreecommitdiff
path: root/config.mk
blob: b1dc3d889b815380135545e2ba1a5ff22e86dcf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# install location
PREFIX = /usr/local/bin
LIB_PREFIX = ${PREFIX}/lib
INCLUDE_PREFIX = /usr/include

# manual install location
MANPREFIX = ${PREFIX}/share/man

# compiler, default is gcc
# if you are on BSD, you might want to change this to cc unless you have gcc installed.
CC = gcc

# other options you want to add
# uncomment the following line if you are building on BSD
#OPTIONS = -L /usr/local/lib -I /usr/local/include