Remove the docs Makefile targets (#152)

Documentation of the contracts stack was moved into a dedicated repository.
This commit is contained in:
Cyrill Leutwiler
2025-01-10 11:36:51 +01:00
committed by GitHub
parent d7d60da6f1
commit fde9edab10
-6
View File
@@ -70,12 +70,6 @@ bench: install-bin
cargo criterion --all --all-features --message-format=json \
| criterion-table > crates/benchmarks/BENCHMARKS.md
docs: docs-build
mdbook serve --open docs/
docs-build:
mdbook test docs/ && mdbook build docs/
clean:
cargo clean ; \
rm -rf node_modules ; \