From 1097bc4fc7643337368ae4e02ae374640f48d580 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Fri, 27 Jun 2025 18:29:41 -0600 Subject: [PATCH] add extension --- Makefile | 2 +- listen => listen.pl | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename listen => listen.pl (100%) diff --git a/Makefile b/Makefile index de09631..09c6694 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,6 @@ all: install: mkdir -p ${PREFIX}/bin - cp -f listen ${PREFIX}/bin + cp -f listen.pl ${PREFIX}/bin/listen chmod 755 ${PREFIX}/bin/listen diff --git a/listen b/listen.pl similarity index 100% rename from listen rename to listen.pl