about summary refs log tree commit diff homepage
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-10-14 19:50:44 -0400
committerJune McEnroe <june@causal.agency>2018-10-14 19:50:44 -0400
commit54f2d53263221ce96bb8073122511adeb87df68d (patch)
tree687a9c53224d891a02e88ca8370a2aaaa2b09a94 /Makefile
parentReplace torus.7 with torus.1 (diff)
downloadtorus-54f2d53263221ce96bb8073122511adeb87df68d.tar.gz
torus-54f2d53263221ce96bb8073122511adeb87df68d.zip
Add server daemonization
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)