mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-13 18:18:22 +00:00
make clean: also cleanup source tarball
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
7e7ec468a0
commit
2135fcdb36
2
Makefile
2
Makefile
@ -109,7 +109,7 @@ upload: ${DEB}
|
|||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
$(MAKE) cleanup-docgen
|
$(MAKE) cleanup-docgen
|
||||||
rm -rf $(PACKAGE)-*/ *.deb *.buildinfo *.changes *.dsc
|
rm -rf $(PACKAGE)-*/ *.deb *.buildinfo *.changes *.dsc $(PACKAGE)_*.tar.gz
|
||||||
find . -name '*~' -exec rm {} ';'
|
find . -name '*~' -exec rm {} ';'
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user