buildsys: cleanup also older .deb files from prev. builds

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
master
Thomas Lamprecht 2019-05-22 18:06:57 +02:00
parent 6b0a3c0f45
commit 0a321ffd50
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ upload: $(DEBS)
.PHONY: distclean clean
distclean: clean
clean:
rm -rf $(BUILDDIR) $(PACKAGE)_* $(DEBS) *.buildinfo *.changes
rm -rf $(BUILDDIR) $(PACKAGE)*.deb *.buildinfo *.changes
.PHONY: dinstall
dinstall: $(DEBS)