initial commit

This commit is contained in:
2024-12-19 00:59:22 -06:00
commit b89a69ed50
4 changed files with 228 additions and 0 deletions

18
config.mk Normal file
View File

@ -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