20 lines
234 B
Makefile
20 lines
234 B
Makefile
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
|