summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2024-12-19 00:59:22 -0600
committerSquibid <me@zacharyscheiman.com>2024-12-19 01:03:54 -0600
commitb89a69ed5068ce164a31b60a763e5a1547080f38 (patch)
tree163d124d9cc9a2e1ae1d47413c461da564a02cdd /config.mk
downloadXD-b89a69ed5068ce164a31b60a763e5a1547080f38.tar.gz
XD-b89a69ed5068ce164a31b60a763e5a1547080f38.tar.bz2
XD-b89a69ed5068ce164a31b60a763e5a1547080f38.zip
initial commit
Diffstat (limited to '')
-rw-r--r--config.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/config.mk b/config.mk
new file mode 100644
index 0000000..7ec485d
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,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