buildsys: make clean target more robust / safer

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-06-26 15:26:57 +02:00
parent 7d18597240
commit a917248619

View File

@ -78,7 +78,7 @@ check:
clean:
make -C js clean
rm -rf $(PACKAGE)-[0-9]* *.dsc *.tar.* *.deb *.changes *.buildinfo *.build
rm -rf $(PACKAGE)-[0-9]*/ *.dsc $(PACKAGE)*.tar.* *.deb *.changes *.buildinfo *.build
find . -name '*~' -exec rm {} ';'
.PHONY: dinstall