From d721a688d066d30b5b5971d3b6784a1119a059a8 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 7 Mar 2019 12:57:04 +0100 Subject: [PATCH] Makefile: copy zstd-sys into build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eb845e39..94bd4bed 100644 --- a/Makefile +++ b/Makefile @@ -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 ;)