add proxmoxlib to the clean target

This commit is contained in:
Dominik Csapak 2018-01-15 14:13:11 +01:00
parent ab7fac0b2f
commit 42a6e12072

View File

@ -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