Makefile: copy zstd-sys into build

This commit is contained in:
Dietmar Maurer 2019-03-07 12:57:04 +01:00
parent 4203908a9e
commit d721a688d0
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ build:
rm -rf build
cargo build --release
rsync -a debian Makefile defines.mk Cargo.toml Cargo.lock \
src proxmox-protocol $(SUBDIRS) \
src proxmox-protocol zstd-sys $(SUBDIRS) \
target build/
$(foreach i,$(SUBDIRS), \
$(MAKE) -C build/$(i) clean ;)