added clean command

This commit is contained in:
2022-09-29 16:52:03 +02:00
parent b8059eb676
commit 2d8127dd67

View File

@@ -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