summaryrefslogtreecommitdiffstats
path: root/config.mk
blob: 7ec485d34ffed658ff98306442a2f285e69655d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
VERSION = 1.0

PKG_CONFIG = pkg-config

# paths
PREFIX = /usr/local

GIT =
GITLIB =
# comment to disable git support
GIT = -DGIT
GITLIB = libgit2

ERR =
# uncomment to enable errors
# ERR = -DERR

CC = cc