Skip to content

Commit

Permalink
Merge pull request #5 from wasmerio/doc
Browse files Browse the repository at this point in the history
Add a `make doc` to the makefile.
  • Loading branch information
syrusakbary authored Apr 30, 2020
2 parents 0e739b1 + 38f16be commit 640537e
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 640537e

Please sign in to comment.