mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-16 20:50:25 +00:00
add docs endpoint
This commit is contained in:
parent
8d445a3a4b
commit
2b31144394
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -29,3 +29,7 @@ install: ## Install project locally
|
|||
.PHONY: run
|
||||
run: ## Run project locally
|
||||
cargo run
|
||||
|
||||
.PHONY: docs
|
||||
docs: ## Generate and show documentation
|
||||
cargo doc --open
|
||||
|
|
|
|||
Loading…
Reference in a new issue