summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2024-08-26 12:14:52 -0400
committerAndrew Cady <d@jerkface.net>2024-08-26 13:37:08 -0400
commitf02eab9cacb1fad71d35f11742b65c8789502323 (patch)
tree47519a1e98f3b99183a2dcc63ffb28b341f86b6a /Makefile
parent9b99f2b4061aecca469014ab214949d8283dc25e (diff)
top exit quit is fit to print
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cda8018..472af80 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ ifeq (,$(socat))
10prereqs += socat 10prereqs += socat
11endif 11endif
12.PHONY: install deps 12.PHONY: install deps
13executables = read-tty write-tty read_chars.bash 13executables = read-tty write-tty read_chars.bash finally.bash
14executables_sources = $(addprefix src/,$(executables)) 14executables_sources = $(addprefix src/,$(executables))
15install: deps 15install: deps
16 $(install) -v -T -- src/twopane.bash /usr/local/bin/twopane 16 $(install) -v -T -- src/twopane.bash /usr/local/bin/twopane