From 9ae99ae2949716cb05cd8fee618cb4ce67fff4a5 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Thu, 16 Feb 2023 09:20:25 -0500 Subject: Work on configuration --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3