aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2017-10-29 15:44:42 +0000
committerFreeArtMan <dos21h@gmail.com>2017-10-29 15:44:42 +0000
commitbb57317f22b94970d78a97915763b0dbe1d7742d (patch)
tree92982a2bd0b179c8b147deacb4f8ad505c1b2aee /Makefile
parentbed9bfcdf6b7740cc32ccf260f024e7c0a4e7503 (diff)
downloadagni-bb57317f22b94970d78a97915763b0dbe1d7742d.tar.gz
agni-bb57317f22b94970d78a97915763b0dbe1d7742d.zip
Make rpc and todo command working, with sqlite shitz
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)