From 7d8c8c6a805c12af0ba48a780a04e141bb98570d Mon Sep 17 00:00:00 2001 From: SuperNovaa41 Date: Fri, 28 Feb 2025 17:23:11 -0500 Subject: [PATCH] fixes missing library from makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9114482..8a5bf19 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC=gcc CFLAGS= -c -g -Wall -LDLIBS = -lcurl -lcjson +LDLIBS = -lcurl -lcjson -lsqlite3 TARGET := isbn-lookup