]> git.proxmox.com Git - arch-pacman.git/commitdiff
update clean target
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 17 Mar 2017 14:07:09 +0000 (15:07 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 17 Mar 2017 14:07:09 +0000 (15:07 +0100)
Makefile

index 400b2b2750d209e7016113ce898740da248594c1..c0291e4aac2576f3949fcbf10ce60330e88bbc81 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ distclean: clean
 
 .PHONY: clean
 clean:
-       rm -rf ${SRCDIR} ${SRCDIR}.tmp *_${ARCH}.deb *.changes *.dsc 
+       rm -rf ${SRCDIR} ${SRCDIR}.tmp *_${ARCH}.deb *.changes *.dsc *.buildinfo
        find . -name '*~' -exec rm {} ';'
 
 .PHONY: dinstall