fixes missing library from makefile

This commit is contained in:
SuperNovaa41 2025-02-28 17:23:11 -05:00
parent 66c9c45c93
commit 7d8c8c6a80

View File

@ -1,7 +1,7 @@
CC=gcc
CFLAGS= -c -g -Wall
LDLIBS = -lcurl -lcjson
LDLIBS = -lcurl -lcjson -lsqlite3
TARGET := isbn-lookup