Files
XD/config.mk
2024-12-19 11:45:52 -06:00

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