Makefile: fixup: remove references to proxmox-protocol

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-09-03 08:58:46 +02:00
parent 2b92971fba
commit 32ad03f351
1 changed files with 1 additions and 1 deletions

View File

@ -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 ;)