]> git.proxmox.com Git - proxmox-acme.git/commitdiff
buildsys: expand clean target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 7 May 2023 11:18:17 +0000 (13:18 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 7 May 2023 11:18:27 +0000 (13:18 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 6ee83da9c7cafffdb564756789d4eaab426a8766..9c214bcdfa8962779a19fc73ed79459e498b8e2c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ dinstall: $(DEBS)
 
 .PHONY: clean
 clean:
-       rm -rf $(SRC)-*/ $(BUILDDIR).tmp *.deb *.buildinfo *.changes *.dsc *.tar.?z
+       rm -rf $(SRC)-*/ $(BUILDDIR).tmp *.deb *.buildinfo *.build *.changes *.dsc *.tar.?z
 
 .PHONY: upload
 upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)