fixes all db entry issues, db addition now works!

This commit is contained in:
SuperNovaa41
2025-03-05 15:23:12 -05:00
parent a2d4e27d73
commit 3513858264
3 changed files with 80 additions and 25 deletions

View File

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