From c28e6f4b13cf06bd64e5736f81722d145b4cd5ff Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 6 Mar 2019 09:39:00 +0000 Subject: [PATCH] buildsys: copy proxmox-protocol to build/ Signed-off-by: Wolfgang Bumiller --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0af4a135..eb845e39 100644 --- a/Makefile +++ b/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 ;)