about summary refs log tree commit diff homepage
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-10-10 21:44:32 -0400
committerJune McEnroe <june@causal.agency>2018-10-10 21:44:32 -0400
commit648b3dd50ee662c09795df9c738fd067abfb4c4b (patch)
treed7763139210e67fa974dda0ed45e3358d5f519af /Makefile
parentLink statically (diff)
downloadtorus-648b3dd50ee662c09795df9c738fd067abfb4c4b.tar.gz
torus-648b3dd50ee662c09795df9c738fd067abfb4c4b.zip
Add PNG renderer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
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
ect'>Add version number generatorJune McEnroe 2021-08-22Add ISC license headerJune McEnroe 2021-08-22Update to Linux man-pages 5.12Štěpán Němec 2021-06-21Add manuals for macOS 11.3June McEnroe 2021-05-08Update to OpenBSD 6.9June McEnroe 2021-04-26Update to Linux man-pages 5.11June McEnroe 2021-04-26Update to FreeBSD 13.0June McEnroe 2021-01-27Completely rewrite how manuals are fetched and installedJune McEnroe Also add section 6 manuals from NetBSD and OpenBSD! 2020-12-14Update to man-pages-posix 2017-aJune McEnroe 2020-12-14Update to OpenBSD 6.8June McEnroe 2020-12-14Update to NetBSD 9.1June McEnroe 2020-12-14Update to man-pages 5.09June McEnroe 2020-12-14Update to FreeBSD 12.2June McEnroe 2020-06-08Update to OpenBSD 6.7June McEnroe 2020-05-04Add hack for macOS to search extra man sectionsJune McEnroe 2020-05-04Don't clear MANSECTJune McEnroe