]> git.proxmox.com Git - proxmox-backup.git/commitdiff
make clean: cleanup source package files
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 1 Feb 2019 09:36:28 +0000 (10:36 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 1 Feb 2019 09:41:54 +0000 (10:41 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Makefile

index 64a4b846e5e4ae3d4b9db1b9bbcd1ef8b2d19d60..bba400d26b31baf1d7e62d6b5a7c62e2af6645f6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ distclean: clean
 clean:
        $(MAKE) -C www clean
        cargo clean
-       rm -rf *.deb *.buildinfo *.changes build
+       rm -rf *.deb *.dsc *.tar.gz *.buildinfo *.changes build
        find . -name '*~' -exec rm {} ';'
 
 .PHONY: dinstall