Skip to content

Commit

Permalink
Merge pull request #252 from Hywan/fix-makefile-cpi
Browse files Browse the repository at this point in the history
chore(makefile) Remove the `capi` target
  • Loading branch information
Hywan authored Mar 8, 2019
2 parents d3c4733 + 8823bb0 commit afc83d2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit afc83d2

Please sign in to comment.