mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-30 23:42:11 +00:00
buildsys: extend clean target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
382756c3ec
commit
3e13855d21
2
Makefile
2
Makefile
@ -44,7 +44,7 @@ upload: $(DEBS)
|
|||||||
distclean: clean
|
distclean: clean
|
||||||
clean:
|
clean:
|
||||||
$(MAKE) -C src clean
|
$(MAKE) -C src clean
|
||||||
rm -rf $(BUILDDIR) $(BUILDDIR).tmp *.tar.gz *.dsc *.deb *.changes *.buildinfo
|
rm -rf $(PACKAGE)-[0-9]*/ *.tar.* *.dsc *.deb *.changes *.buildinfo *.build
|
||||||
|
|
||||||
.PHONY: dinstall
|
.PHONY: dinstall
|
||||||
dinstall: $(DEBS)
|
dinstall: $(DEBS)
|
||||||
|
Loading…
Reference in New Issue
Block a user