[pve-devel] [PATCH novnc v2 2/3] add BUILDDIR to clean make target
Dominik Csapak
d.csapak at proxmox.com
Tue Nov 12 08:51:34 CET 2024
so it gets cleaned up too
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
new in v2
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 431dff9..d1159e0 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ distclean: clean
.PHONY: clean
clean:
- rm -rf $(PACKAGE)-[0-9]*/ $() *.deb *.dsc $(PACKAGE)*.tar.[gx]z *.changes *.dsc *.buildinfo *.build
+ rm -rf $(BUILDDIR) $(PACKAGE)-[0-9]*/ $() *.deb *.dsc $(PACKAGE)*.tar.[gx]z *.changes *.dsc *.buildinfo *.build
.PHONY: dinstall
dinstall: deb
--
2.39.5
More information about the pve-devel
mailing list