buildsys: also cleanup *.build files for convenience

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-06-04 18:27:46 +02:00
parent 45432b689d
commit 0fb7ec0c32

View File

@ -61,7 +61,7 @@ doc:
clean: clean:
cargo clean cargo clean
rm -rf build/ rm -rf build/
rm -f -- *-deb *-dsc *-autopkgtest *.buildinfo *.changes rm -f -- *-deb *-dsc *-autopkgtest *.build *.buildinfo *.changes
.PHONY: update .PHONY: update
update: update: