buildsys: expand clean target

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-06-15 10:19:05 +02:00
parent cb3eb60686
commit 60cc27a50f

View File

@ -40,8 +40,8 @@ sbuild: $(DSC)
.PHONY: clean
clean:
$(MAKE) -C src clean
rm -rf $(BUILDDIR) $(BUILDDIR).tmp
rm -f *.deb *.changes *.build *.buildinfo *.dsc *.tar.?z
rm -rf $(PACKAGE)-[0-9]*/
rm -f *.deb *.changes *.build *.buildinfo *.dsc $(PACKAGE)*.tar*
.PHONY: distclean
distclean: clean