From: Ian Jackson Date: Thu, 15 Dec 2022 00:47:38 +0000 (+0000) Subject: Makefile: Pass --workspace to cargo X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=9e33f462c77cdad3ad3c0644c5533831323e7aaf;p=hippotat.git Makefile: Pass --workspace to cargo Signed-off-by: Ian Jackson --- diff --git a/Makefile b/Makefile index a83db1d..ec246ad 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ cargo-build: stamp/cargo-build cargo-test: stamp/cargo-test stamp/cargo-%: $(call rsrcs,.) - $(CARGO) $* $(CARGO_RELEASE_ARG) $(CARGO_BUILD_OPTIONS) + $(CARGO) $* $(CARGO_RELEASE_ARG) $(CARGO_BUILD_OPTIONS) --workspace $(stamp) stamp/t-%: test/t-% stamp/cargo-build $(wildcard test/*[^~])