buildsys: improve clean target

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2023-05-23 10:46:08 +02:00
parent 77e8db8649
commit 392290ec6c

View File

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