aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCara Salter <cara@devcara.com>2023-02-16 09:20:25 -0500
committerCara Salter <cara@devcara.com>2023-02-16 09:20:25 -0500
commit9ae99ae2949716cb05cd8fee618cb4ce67fff4a5 (patch)
tree53ed1b21667e524674deb69dc6f416c8bef9dcd1 /Makefile
parent085ca0d6ca31223b14855525dc82bcdae93cf7f7 (diff)
downloadcmud-9ae99ae2949716cb05cd8fee618cb4ce67fff4a5.tar.gz
cmud-9ae99ae2949716cb05cd8fee618cb4ce67fff4a5.zip
Work on configuration
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)