aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-14 14:11:05 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-14 14:24:15 +0200
commit6e0b65303b01bb9669bf662364338ecf19e273a3 (patch)
tree0320823047fd3b13d152a66d5e99376924ca321a /Makefile
parent5d9b2527bc17daea3ec9eed74d80a76ec89e0f51 (diff)
downloadrtty-6e0b65303b01bb9669bf662364338ecf19e273a3.tar.gz
rtty.c: Don't eat output after repeated typed command
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7197725..3720f8a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,2 @@
-install:
- install ri rd /usr/local/bin
+install: rtty
+ install rd rtty /usr/local/bin