buildsys: remove common-deb flag file too on clean

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-05-10 07:13:56 +02:00
parent 0ddf4db934
commit 3db78c95c3

View File

@ -95,4 +95,4 @@ common-deb: build
.PHONY: clean
clean:
cargo clean
rm -rf ./build ./PVE ./PMG ./pve-deb ./pmg-deb
rm -rf ./build ./PVE ./PMG ./pve-deb ./pmg-deb ./common-deb