From 462ec3f4de87332ce9aff848a451c4d057cc076f Mon Sep 17 00:00:00 2001 From: s a m Date: Sun, 7 Jun 2026 02:26:38 +0100 Subject: Uninstall option for Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3e80f29..a578ad1 100755 --- a/Makefile +++ b/Makefile @@ -19,4 +19,7 @@ install: all cp -f stats ${PREFIX}/bin chmod 755 ${DESTDIR}${PREFIX}/bin/stats +uninstall: + rm -f ${PREFIX}/bin/stats + -- cgit v1.2.3