]> git.proxmox.com Git - proxmox-mini-journalreader.git/commitdiff
buildsys: cleanup and expand clean target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 May 2023 15:45:47 +0000 (17:45 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 May 2023 17:29:50 +0000 (19:29 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index ddf867e31ed46f067b0623a911ac73411ee3bd74..412f8796db926f0305f9c8d0a68c9f0a3f9f919e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ dinstall: $(DEB)
 
 .PHONY: clean
 clean:
-       rm -rf $(BUILDDIR) *.deb *.buildinfo *.changes *.dsc *.tar.gz
+       rm -rf $(PACKAGE)-[0-9]*/ *.deb *.buildinfo *.build *.changes *.dsc *.tar.*
 
 .PHONY: upload
 upload: $(DEBS)