Merge pull request #252 from Hywan/fix-makefile-cpi

chore(makefile) Remove the `capi` target
This commit is contained in:
Ivan Enderlin 2019-03-08 15:22:08 +01:00 committed by GitHub
commit afc83d2698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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