From 70196f73ef958a278115f1f35ae37cbcd1e5afef Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 2 Oct 2022 18:20:08 +0200 Subject: Correcting distclean target in makefile. Signed-off-by: Daniel Baumann --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bdb8f26..d652f32 100644 --- a/Makefile +++ b/Makefile @@ -229,7 +229,7 @@ clean: rm -f README.txt distclean: clean - rm -rf service-tools-$(VERSION) + rm -rf $(SOFTWARE)-$(VERSION) reinstall: uninstall install -- cgit v1.2.3