aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 687ca80..374051e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CC=gcc
CFLAGS=-I.
SRCS=$(wildcard src/*.c)
BIN=cmud
-LFLAGS=-largon2 -lpthread -lclog -Wall
+LFLAGS=-largon2 -lpthread -lclog -lconfig -Wall
%.o: %.c
$(CC) -c -o $@ $< $(CFLAGS)