From bb57317f22b94970d78a97915763b0dbe1d7742d Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Sun, 29 Oct 2017 15:44:42 +0000 Subject: Make rpc and todo command working, with sqlite shitz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 20f8c80..d68056c 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CC=gcc CFLAGS=-g3 -Wall SOURCES=$(wildcard *.c) OBJECTS=$(SOURCES:.c=.o) -LDFLAGS=-lrt -lm +LDFLAGS=-lrt -lm -lsqlite3 INCLUDE=-I./extlibs/ -I./ all: createcmd createextlib $(OBJECTS) $(PROJECT) -- cgit v1.2.3