From 2219b4897420950b80928d422be908e664aecf00 Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Wed, 31 Dec 2025 14:17:23 -0500 Subject: [PATCH] add Makefile --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3881c38 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +all: + @echo "nothing to do" + +install: + cp ures /usr/local/bin