From 38830ed8e5f4ddc59ad7f2ff6900c8c89a9f9a38 Mon Sep 17 00:00:00 2001 From: Syrus Date: Thu, 20 Feb 2020 11:56:47 -0800 Subject: [PATCH] Fixed unused cd --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 071f42440..2bb5cb4f1 100644 --- a/Makefile +++ b/Makefile @@ -332,7 +332,7 @@ dep-graph: cargo deps --optional-deps --filter wasmer-wasi wasmer-wasi-tests wasmer-kernel-loader wasmer-dev-utils wasmer-llvm-backend wasmer-emscripten wasmer-emscripten-tests wasmer-runtime-core wasmer-runtime wasmer-middleware-common wasmer-middleware-common-tests wasmer-singlepass-backend wasmer-clif-backend wasmer --manifest-path Cargo.toml | dot -Tpng > wasmer_depgraph.png docs-capi: - cd lib/runtime-c-api/ && doxygen doxyfile && cd .. + cd lib/runtime-c-api/ && doxygen doxyfile docs: docs-capi cargo doc --features=backend-singlepass,backend-cranelift,backend-llvm,docs,wasi,managed --workspace --document-private-items --no-deps