buildsys: clean: only remove all files with an actual .build ending

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-02-26 14:18:47 +01:00
parent 491705d303
commit 8908f645ff

View File

@ -47,4 +47,4 @@ upload: $(DEBS)
clean:
rm -rf $(PACKAGE)-[0-9]*/
rm -f $(PACKAGE)*.tar.* *.deb *.dsc *build *.buildinfo *.changes
rm -f $(PACKAGE)*.tar.* *.deb *.dsc *.build *.buildinfo *.changes