From b89a69ed5068ce164a31b60a763e5a1547080f38 Mon Sep 17 00:00:00 2001 From: Squibid Date: Thu, 19 Dec 2024 00:59:22 -0600 Subject: initial commit --- config.mk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 config.mk (limited to 'config.mk') 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 -- cgit v1.2.1