buildsys: gather pbs-* crates too

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2025-05-31 15:34:31 +02:00
parent 956cd368bb
commit 003086adf2

View File

@ -1,7 +1,7 @@
# Shortcut for common operations:
# see proxmox-backup if we ever want to support other prefixes
CRATES != echo proxmox-*/Cargo.toml | sed -e 's|/Cargo.toml||g'
CRATES != echo pbs-*/Cargo.toml proxmox-*/Cargo.toml | sed -e 's|/Cargo.toml||g'
# By default we just run checks:
.PHONY: all