@@ -2,7 +2,7 @@ CC = gcc
CFLAGS = -Wall -g -Iinclude
TARGET = main
SRC = main.c
LIBS = -lcurl
LIBS = -lcurl -lsqlite3
$(TARGET): $(SRC)
$(CC) $(CFLAGS) -o $(TARGET) $(SRC) $(LIBS)
The note is not visible to the blocked user.