From baaa22b1022caccf2166acb5a68d348f15c93455 Mon Sep 17 00:00:00 2001 From: Sebastien MacDougall-Landry <60635017+EmperorPenguin18@users.noreply.github.com> Date: Sun, 3 Oct 2021 20:23:12 -0400 Subject: [PATCH] Update makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index e723b61..38ce774 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ build: libscry.h libscry.cc - g++ -lcurl -fPIC -shared libscry.cc -o libscry.so + g++ -lcurl -lsqlite3 -ljsoncpp -fPIC -shared libscry.cc -o libscry.so install: libscry.h libscry.so @mkdir -p /usr/include/