Makefile: make the tests folder available in the build folder on 'make deb'

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
Christian Ebner 2019-05-22 12:00:23 +02:00 committed by Dietmar Maurer
parent d6f204eda6
commit ec56f07bec
1 changed files with 1 additions and 1 deletions

View File

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