From 2d8127dd67f64dacbbad604c6daef8ed7b21621b Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Thu, 29 Sep 2022 16:52:03 +0200 Subject: [PATCH] added clean command --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 993a386..f8c6995 100644 --- a/Makefile +++ b/Makefile @@ -24,3 +24,6 @@ install: buildlocal install -d -o $(UID) -g $(GID) $(PREFIX)/man/man1 install -o $(UID) -g $(GID) -m 555 $(tool) $(PREFIX)/sbin/ install -o $(UID) -g $(GID) -m 444 $(tool).1 $(PREFIX)/man/man1/ + +clean: + rm -f $(tool) $(tool).1