From 550f057dcf1713c5e1d4b55d2108ed69ca9c28d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 14 Jul 2021 19:54:17 +0200 Subject: Implement rtty in rio.c, rename to rtty.c --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0554b1c..98a4a14 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -rio: rio.c +rtty: rtty.c -install: rio - install rtty rio /usr/local/bin +install: rtty + install rtty /usr/local/bin -- cgit v1.2.3