From f02eab9cacb1fad71d35f11742b65c8789502323 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Mon, 26 Aug 2024 12:14:52 -0400 Subject: top exit quit is fit to print --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cda8018..472af80 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ ifeq (,$(socat)) prereqs += socat endif .PHONY: install deps -executables = read-tty write-tty read_chars.bash +executables = read-tty write-tty read_chars.bash finally.bash executables_sources = $(addprefix src/,$(executables)) install: deps $(install) -v -T -- src/twopane.bash /usr/local/bin/twopane -- cgit v1.2.3