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

PKG_CONFIG = pkg-config

# paths
PREFIX = /usr/local
MANDIR = $(PREFIX)/share/man

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

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

CC = cc