Skip to content

Commit

Permalink
make:docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan committed Aug 25, 2024
1 parent 03569d6 commit f510931
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ more:## more help

-include Makefile

.PHONY:docs
docs:cargo-docs## docs
tests:## tests
for bin in $$(ls target/release/mempool-space*); do ./$${bin/.d} 2>/dev/null; done

Expand Down
2 changes: 1 addition & 1 deletion cargo.mk
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cargo-c:cargo-check
cargo-check:### cargo-check
@. $(HOME)/.cargo/env
@cargo c
cargo-d:cargo-doc
cargo-docs:cargo-doc
cargo-doc:### cargo-check
@. $(HOME)/.cargo/env
@cargo test --doc
Expand Down

0 comments on commit f510931

Please sign in to comment.