diff --git a/Makefile b/Makefile index d1486475..2e0c20a5 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ build: cargo build --release rsync -a debian Makefile defines.mk Cargo.toml Cargo.lock \ src proxmox-protocol zstd-sys $(SUBDIRS) \ - target build/ + target tests build/ $(foreach i,$(SUBDIRS), \ $(MAKE) -C build/$(i) clean ;)