buildsys: copy proxmox-protocol to build/

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-03-06 09:39:00 +00:00
parent 6716f30bbc
commit c28e6f4b13
1 changed files with 3 additions and 1 deletions

View File

@ -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 ;)