Skip to content

Commit

Permalink
make:dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan committed Sep 24, 2024
1 parent 5b9406d commit 83d17c8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,15 @@ more:## more help
@sed -n 's/^##//p' ${MAKEFILE_LIST} | column -t -s ':' | sed -e 's/^/ /'
#$(MAKE) -f Makefile help

dashboard: dashboard-install## dashboard: dashboard-install
mempool-space --dashboard
dashboard-build:## dashboard-build
cargo b --manifest-path ./src/bin/mempool-space_dashboard/Cargo.toml
dashboard-build-release:## dashboard-build-release
cargo b -r --manifest-path ./src/bin/mempool-space_dashboard/Cargo.toml
dashboard-install:## dashboard-install
cargo install --path ./src/bin/mempool-space_dashboard

-include Makefile

lightning-search:## lightning-search
Expand Down

0 comments on commit 83d17c8

Please sign in to comment.