added libgit2 to LIBS
This commit is contained in:
parent
79f548a076
commit
004a006e6e
2
Makefile
2
Makefile
@ -8,7 +8,7 @@ SRC_APP=src/app/*.c
|
||||
INCLUDE_DIR="include"
|
||||
INCLUDE=$(INCLUDE_DIR)/*.h
|
||||
TEST=src/lib/test/main.c
|
||||
LIBS=-ljson-c -lcurl
|
||||
LIBS=-ljson-c -lcurl -lgit2
|
||||
|
||||
# Output Files
|
||||
PROJECT_NAME=why2
|
||||
|
Loading…
x
Reference in New Issue
Block a user