summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJesper Jensen <jesper@jnsn.dev>2026-02-19 17:39:44 +0100
committerJesper Jensen <jesper@jnsn.dev>2026-02-19 17:39:44 +0100
commitb0e992e99bf0f6bcb3602f6f4fd4874cc510cfaa (patch)
tree21bb21bd17ee7b559ff487c7e9d2ac11d8e5eafa /Makefile
parent8d3257fe558727a3d64902e27539b5a5c28ba49f (diff)
Add some simple login system
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d5ca000..0067f0a 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ OBJDIR ?= obj
PACKAGES = libmicrohttpd libcjson sqlite3
-LIBS = -lm
+LIBS = -lm -lcrypt
INCS = -Isrc/ -Igen/ -I.
CFLAGS ?= -O3 -D_FORTIFY_SOURCE=2 -Wall -g