buildsys: copy proxmox-protocol to build/
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
6716f30bbc
commit
c28e6f4b13
4
Makefile
4
Makefile
|
@ -58,7 +58,9 @@ doc:
|
|||
build:
|
||||
rm -rf build
|
||||
cargo build --release
|
||||
rsync -a debian Makefile defines.mk Cargo.toml Cargo.lock src target $(SUBDIRS) build/
|
||||
rsync -a debian Makefile defines.mk Cargo.toml Cargo.lock \
|
||||
src proxmox-protocol $(SUBDIRS) \
|
||||
target build/
|
||||
$(foreach i,$(SUBDIRS), \
|
||||
$(MAKE) -C build/$(i) clean ;)
|
||||
|
||||
|
|
Loading…
Reference in New Issue