From 9f34ef6a0b1fd5545112498e2363d784cee8e42e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 14 Jul 2021 18:43:20 +0200 Subject: Rename rtty to rio, rd to rtty --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bdac189..0554b1c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -rtty: rtty.c +rio: rio.c -install: rtty - install rd rtty /usr/local/bin +install: rio + install rtty rio /usr/local/bin -- cgit v1.2.3