buildsys: add clean target for common package
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
a32c2c8aa7
commit
522f90bfbc
@ -63,3 +63,7 @@ upload: $(DEB)
|
||||
# check if working directory is clean
|
||||
git diff --exit-code --stat && git diff --exit-code --stat --staged
|
||||
tar cf - $(DEB) | ssh -X repoman@repo.proxmox.com upload --product pve,pmg --dist $(DEB_DISTRIBUTION)
|
||||
|
||||
clean:
|
||||
rm -f *.deb *.dsc *.tar.* *.build *.buildinfo *.changes
|
||||
rm -rf $(PACKAGE)-[0-9]*/
|
||||
|
Loading…
Reference in New Issue
Block a user