Files
XD/config.mk
2024-12-19 01:03:54 -06:00

19 lines
205 B
Makefile

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