Makefile: copy zstd-sys into build
This commit is contained in:
parent
4203908a9e
commit
d721a688d0
2
Makefile
2
Makefile
|
@ -59,7 +59,7 @@ build:
|
||||||
rm -rf build
|
rm -rf build
|
||||||
cargo build --release
|
cargo build --release
|
||||||
rsync -a debian Makefile defines.mk Cargo.toml Cargo.lock \
|
rsync -a debian Makefile defines.mk Cargo.toml Cargo.lock \
|
||||||
src proxmox-protocol $(SUBDIRS) \
|
src proxmox-protocol zstd-sys $(SUBDIRS) \
|
||||||
target build/
|
target build/
|
||||||
$(foreach i,$(SUBDIRS), \
|
$(foreach i,$(SUBDIRS), \
|
||||||
$(MAKE) -C build/$(i) clean ;)
|
$(MAKE) -C build/$(i) clean ;)
|
||||||
|
|
Loading…
Reference in New Issue