initial commit
This commit is contained in:
commit
b89a69ed50
4 changed files with 228 additions and 0 deletions
18
config.mk
Normal file
18
config.mk
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue