summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2022-10-02 16:20:08 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2022-10-02 20:46:42 +0000
commit70196f73ef958a278115f1f35ae37cbcd1e5afef (patch)
tree9f782a41da57b90d0866a79dbcb2639f68385383
parentReplacing explicit container command with variable in container main wrapper. (diff)
downloadcompute-tools-70196f73ef958a278115f1f35ae37cbcd1e5afef.tar.xz
compute-tools-70196f73ef958a278115f1f35ae37cbcd1e5afef.zip
Correcting distclean target in makefile.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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