From fcc9bee6632a273dda5a363cfaed8793aafab88d Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 10 Oct 2018 21:44:32 -0400 Subject: Add PNG renderer --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 877a59b..6169e4d 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ CHROOT_GROUP = $(CHROOT_USER) CFLAGS += -Wall -Wextra -Wpedantic LDFLAGS += -static -LDLIBS = -lcursesw -BINS = server client meta merge +LDLIBS = -lcursesw -lz +BINS = server client image meta merge OBJS = $(BINS:%=%.o) all: tags $(BINS) @@ -43,3 +43,6 @@ chroot.tar: server client clean: rm -f tags $(OBJS) $(BINS) chroot.tar + +README: torus.7 + mandoc torus.7 | col -b -x > README -- cgit 1.4.1