From 8595ba890df8a1d20b6162d6dd70a176affc21b8 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 2 Jun 2022 20:13:13 -0400 Subject: Add initial working version of qf --- bin/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/Makefile') diff --git a/bin/Makefile b/bin/Makefile index 5d23ab3c..bb1535d6 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -26,6 +26,7 @@ BINS += pbd BINS += pngo BINS += psf2png BINS += ptee +BINS += qf BINS += quick BINS += scheme BINS += shotty @@ -55,6 +56,7 @@ LDLIBS.glitch = -lz LDLIBS.modem = -lutil LDLIBS.pngo = -lz LDLIBS.ptee = -lutil +LDLIBS.qf = -lcurses LDLIBS.relay = -ltls LDLIBS.scheme = -lm LDLIBS.title = -lcurl -- cgit 1.4.1