]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
add proxmoxlib to the clean target
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 15 Jan 2018 13:13:11 +0000 (14:13 +0100)
committerDominik Csapak <d.csapak@proxmox.com>
Mon, 15 Jan 2018 13:13:11 +0000 (14:13 +0100)
Makefile

index 9d7dfdad77ac58d8cef5b2c9d44948e6b47bf8f4..e116a60df51af8fde4c2c38e870b27abdde84f5d 100644 (file)
--- 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