Add a doc target to the Makefile.

main
Tom Alexander 5 months ago
parent 0aa3939a75
commit f57d60dab0
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

@ -54,6 +54,10 @@ clippy:
test:
> cargo test --no-default-features --features compare --no-fail-fast --lib --test test_loader -- --test-threads $(TESTJOBS)
.PHONY: doc
doc:
> cargo doc --no-deps --open --lib --release --all-features
.PHONY: dockertest
dockertest:
> $(MAKE) -C docker/organic_test

Loading…
Cancel
Save