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:
parent
d6f204eda6
commit
ec56f07bec
2
Makefile
2
Makefile
|
@ -62,7 +62,7 @@ build:
|
||||||
cargo build --release
|
cargo build --release
|
||||||
rsync -a debian Makefile defines.mk Cargo.toml Cargo.lock \
|
rsync -a debian Makefile defines.mk Cargo.toml Cargo.lock \
|
||||||
src proxmox-protocol zstd-sys $(SUBDIRS) \
|
src proxmox-protocol zstd-sys $(SUBDIRS) \
|
||||||
target build/
|
target tests build/
|
||||||
$(foreach i,$(SUBDIRS), \
|
$(foreach i,$(SUBDIRS), \
|
||||||
$(MAKE) -C build/$(i) clean ;)
|
$(MAKE) -C build/$(i) clean ;)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue