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.
This commit is contained in:
Ivan Enderlin 2019-03-08 10:31:44 +01:00
parent d3c4733f78
commit 8823bb09f6

View File

@ -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