From 4585ec623286900898a09b1714b3b5de38be4fec Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Fri, 28 Jan 2022 15:50:38 -0500 Subject: login: Add password authentication for registrations --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 855e7a6..9907492 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ CC=gcc CFLAGS=-I. -static -SRCS=src/main.c src/login.c src/server.c src/data.c +SRCS=src/main.c src/login.c src/server.c src/data.c src/util.c BIN=cmud +LFLAGS=-largon2 -lconfig %.o: %.c $(CC) -c -o $@ $< $(CFLAGS) -- cgit v1.2.3