Skip to content

Commit

Permalink
Add a make doc to the makefile.
Browse files Browse the repository at this point in the history
This produces a rustdoc that documents wasmer and its dependencies.
  • Loading branch information
nlewycky committed Apr 30, 2020
1 parent 345090e commit 38f16be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ tests-spec-update-testsuite:

test:
cargo test --release

doc:
cargo doc --all-features --document-private-items

0 comments on commit 38f16be

Please sign in to comment.