[pve-devel] [PATCH corosync-pve 09/10] build: add new build artifacts to clean target
    Fabian Grünbichler 
    f.gruenbichler at proxmox.com
       
    Wed Nov  7 14:26:36 CET 2018
    
    
  
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 8984abc..59d33c8 100644
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,7 @@ distclean: clean
 
 .PHONY: clean
 clean:
-	rm -rf *.deb *.changes *.dsc *.buildinfo ${CSDIR}
+	rm -rf *.deb *.changes *.dsc *.buildinfo ${CSDIR} *.debian.tar.xz
 	find . -name '*~' -exec rm {} ';'
 
 .PHONY: dinstall
-- 
2.19.1
    
    
More information about the pve-devel
mailing list