From: Thomas Lamprecht Date: Tue, 18 Jun 2019 08:21:18 +0000 (+0200) Subject: buildsys: clean also old build directories when running make clean X-Git-Url: https://git.proxmox.com/?p=pve-network.git;a=commitdiff_plain;h=6109f3d8e7c0113473471709338abed2c42615d4 buildsys: clean also old build directories when running make clean Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 032cbf8..022c806 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ ${DSC}: ${BUILDDIR} .PHONY: clean distclean distclean: clean clean: - rm -rf *~ *.deb *.changes ${BUILDDIR} *.buildinfo *.dsc *.tar.gz + rm -rf *~ *.deb *.changes ${PACKAGE}-* *.buildinfo *.dsc *.tar.gz .PHONY: check check: