From 8823bb09f626e0b72abb2ebf7db0f75b5660962d Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Fri, 8 Mar 2019 10:31:44 +0100 Subject: [PATCH] chore(makefile) Remove the `capi` target. This target is no longer useful since the C and C++ header files are generated each time for each build. --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index a8e7c53de9e..0c9a0692d7a 100644 --- a/Makefile +++ b/Makefile @@ -12,9 +12,6 @@ spectests: emtests: WASM_EMSCRIPTEN_GENERATE_EMTESTS=1 cargo build -p wasmer-emscripten -capi: - cargo build --manifest-path lib/runtime-c-api/Cargo.toml - # clean: # rm -rf artifacts