fixes missing library from makefile
This commit is contained in:
parent
66c9c45c93
commit
7d8c8c6a80
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
||||
CC=gcc
|
||||
CFLAGS= -c -g -Wall
|
||||
|
||||
LDLIBS = -lcurl -lcjson
|
||||
LDLIBS = -lcurl -lcjson -lsqlite3
|
||||
|
||||
TARGET := isbn-lookup
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user