buildsys: gather pbs-* crates too
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
2
Makefile
2
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user