From 18a1aa48581ab241a9411e78871e6270afa47766 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 14 Feb 2019 10:17:10 +0100 Subject: [PATCH] make: use --no-deps for cargo doc Signed-off-by: Wolfgang Bumiller --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8218448b..e31417a4 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ test: cargo test $(CARGO_BUILD_ARGS) doc: - cargo doc $(CARGO_BUILD_ARGS) + cargo doc --no-deps $(CARGO_BUILD_ARGS) # always re-create this dir # but also copy the local target/ dir as a build-cache