From 004a006e6e3d842e07156587ccbf6418b3f82b4e Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sat, 11 Jun 2022 17:13:27 +0200 Subject: [PATCH] added libgit2 to LIBS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ffae340..6f3a351 100644 --- a/Makefile +++ b/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