]> git.proxmox.com Git - criu.git/commitdiff
buildsys: clean up *.buildinfo
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 10 Mar 2017 11:31:23 +0000 (12:31 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 10 Mar 2017 11:31:23 +0000 (12:31 +0100)
Makefile

index aafc0c68ddc1947019d0e4e7889c07cd64f87f16..1a434e4a1c495cfdb97e2e5d2efbf1bce253c038 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,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