]> git.proxmox.com Git - pve-installer.git/commitdiff
Makefile: improve cleanup target
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 20 Nov 2017 06:02:45 +0000 (07:02 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 20 Nov 2017 06:19:13 +0000 (07:19 +0100)
Makefile

index 497d566bbcac73ac4751e22531dbc5f45544f486..742a9dd5fc086ecb06dc405ed6f014265fbc28ee 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -54,4 +54,5 @@ check: packages test.img
 .phony: clean
 clean:
        make -C html clean
-       rm -rf *~ ${DEB} target build packages packages.tmp test.img pve-final.pkglist
+       rm -rf *~ *.deb target build packages packages.tmp test.img pve-final.pkglist *.buildinfo *.changes
+       find . -name '*~' -exec rm {} ';'