[pve-devel] [PATCH widget-toolkit 14/15] add proxmoxlib to the clean target
Dominik Csapak
d.csapak at proxmox.com
Mon Jan 15 15:17:47 CET 2018
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 9d7dfda..e116a60 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,7 @@ upload: ${DEB}
distclean: clean
clean:
- rm -rf ./build *.deb *.changes *.buildinfo
+ rm -rf ./build *.deb *.changes *.buildinfo proxmoxlib.js
find . -name '*~' -exec rm {} ';'
.PHONY: dinstall
--
2.11.0
More information about the pve-devel
mailing list