diff options
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 18 |
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 |