From: Dominik Csapak Date: Mon, 15 Jan 2018 13:13:11 +0000 (+0100) Subject: add proxmoxlib to the clean target X-Git-Url: https://git.proxmox.com/?p=proxmox-widget-toolkit.git;a=commitdiff_plain;h=42a6e1207215787c6ed09930f668dbac3309a504 add proxmoxlib to the clean target --- 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