2
0
mirror of git://git.proxmox.com/git/spiceterm.git synced 2025-08-22 10:17:06 +00:00

buildsys: expand clean target

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-05-26 15:22:23 +02:00
parent 2ef3e2033e
commit 787841818b

View File

@ -44,4 +44,5 @@ upload: $(DEB)
.PHONY: distclean clean .PHONY: distclean clean
distclean: clean distclean: clean
clean: clean:
rm -rf *~ $(PACKAGE)-*/ *.deb *.changes genfont *.buildinfo *.dsc *.tar.gz $(MAKE) -C src $@
rm -rf *~ $(PACKAGE)-*/ $(PACKAGE)*.tar* *.deb *.dsc *.changes *.build *.buildinfo