mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-28 08:06:15 +00:00
buildsys: improve clean target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
7bb32b58d1
commit
16f2ad9717
1
Makefile
1
Makefile
@ -37,6 +37,7 @@ upload: ${DEB}
|
||||
|
||||
distclean: clean
|
||||
clean:
|
||||
$(MAKE) -C src clean
|
||||
rm -rf ${BUILDDIR} ${BUILDDIR}.tmp *.tar.gz *.dsc *.deb *.changes *.buildinfo
|
||||
find . -name '*~' -exec rm {} ';'
|
||||
|
||||
|
@ -80,3 +80,7 @@ install: proxmoxlib.js
|
||||
install -d -m 755 ${WWWBASEDIR}
|
||||
install -m 0644 proxmoxlib.js ${WWWBASEDIR}
|
||||
set -e && for i in ${SUBDIRS}; do ${MAKE} -C $$i $@; done
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f proxmoxlib.js
|
||||
|
Loading…
Reference in New Issue
Block a user