From 287c2039af668ec13fb7b509475acbff338dd4fe Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 14 Oct 2018 19:50:44 -0400 Subject: Add server daemonization --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 776a032..3b3a08a 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CHROOT_GROUP = $(CHROOT_USER) CFLAGS += -Wall -Wextra -Wpedantic LDFLAGS += -static -LDLIBS = -lcursesw -lz +LDLIBS = -lcursesw -lutil -lz BINS = server client image meta merge OBJS = $(BINS:%=%.o) -- cgit 1.4.1