diff options
| author | Jesper Jensen <jesper@jnsn.dev> | 2026-02-19 17:39:44 +0100 |
|---|---|---|
| committer | Jesper Jensen <jesper@jnsn.dev> | 2026-02-19 17:39:44 +0100 |
| commit | b0e992e99bf0f6bcb3602f6f4fd4874cc510cfaa (patch) | |
| tree | 21bb21bd17ee7b559ff487c7e9d2ac11d8e5eafa /Makefile | |
| parent | 8d3257fe558727a3d64902e27539b5a5c28ba49f (diff) | |
Add some simple login system
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
