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