From 32ad03f351f5117aaedd49c0a8e3f7879bbdb943 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 3 Sep 2019 08:58:46 +0200 Subject: [PATCH] Makefile: fixup: remove references to proxmox-protocol Signed-off-by: Wolfgang Bumiller --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1dc21d7d..27b33d04 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ build: rm -rf build cargo build --release rsync -a debian Makefile defines.mk Cargo.toml Cargo.lock \ - src proxmox-protocol zstd-sys $(SUBDIRS) \ + src zstd-sys $(SUBDIRS) \ target tests build/ $(foreach i,$(SUBDIRS), \ $(MAKE) -C build/$(i) clean ;)