diff options
author | John Ankarström <john@ankarstrom.se> | 2021-07-14 14:11:05 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-07-14 14:24:15 +0200 |
commit | 6e0b65303b01bb9669bf662364338ecf19e273a3 (patch) | |
tree | 0320823047fd3b13d152a66d5e99376924ca321a /Makefile | |
parent | 5d9b2527bc17daea3ec9eed74d80a76ec89e0f51 (diff) | |
download | rtty-6e0b65303b01bb9669bf662364338ecf19e273a3.tar.gz |
rtty.c: Don't eat output after repeated typed command
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,2 +1,2 @@ -install: - install ri rd /usr/local/bin +install: rtty + install rd rtty /usr/local/bin |