]> git.proxmox.com Git - proxmox-fuse.git/commitdiff
fixup clean target in Makefile
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 4 Jun 2020 09:30:16 +0000 (11:30 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 4 Jun 2020 09:30:16 +0000 (11:30 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Makefile

index ac4c08c33a4710333371faac15c9cf1a8135a5ee..cd348641f2172c7c2f9ce47aebfbe1c81a23212f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,5 +24,5 @@ deb:
 
 .PHONY: clean
 clean:
-       rm -rf build
+       rm -rf build *.deb *.buildinfo *.changes *.orig.tar.gz
        cargo clean