diff options
author | June McEnroe <june@causal.agency> | 2018-10-14 19:50:44 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-10-14 19:50:44 -0400 |
commit | 54f2d53263221ce96bb8073122511adeb87df68d (patch) | |
tree | 687a9c53224d891a02e88ca8370a2aaaa2b09a94 /Makefile | |
parent | Replace torus.7 with torus.1 (diff) | |
download | torus-54f2d53263221ce96bb8073122511adeb87df68d.tar.gz torus-54f2d53263221ce96bb8073122511adeb87df68d.zip |
Add server daemonization
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
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) |