diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-10-02 16:20:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-10-02 20:46:42 +0000 |
commit | 70196f73ef958a278115f1f35ae37cbcd1e5afef (patch) | |
tree | 9f782a41da57b90d0866a79dbcb2639f68385383 | |
parent | Replacing explicit container command with variable in container main wrapper. (diff) | |
download | compute-tools-70196f73ef958a278115f1f35ae37cbcd1e5afef.tar.xz compute-tools-70196f73ef958a278115f1f35ae37cbcd1e5afef.zip |
Correcting distclean target in makefile.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -229,7 +229,7 @@ clean: rm -f README.txt distclean: clean - rm -rf service-tools-$(VERSION) + rm -rf $(SOFTWARE)-$(VERSION) reinstall: uninstall install |