Skip to content

Commit

Permalink
fix: make help won't work (#21005)
Browse files Browse the repository at this point in the history
  • Loading branch information
Halimao committed Jul 21, 2024
1 parent 6f1592d commit d2dc3ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build/localnet.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ localnet-debug: localnet-stop localnet-build-dlv localnet-build-nodes
.PHONY: localnet-start localnet-stop localnet-debug localnet-build-env localnet-build-dlv localnet-build-nodes

#? help: Get more info on make commands.
help: Makefile
help:
@echo " Choose a command run in "$(PROJECT_NAME)":"
@sed -n 's/^#?//p' $< | column -t -s ':' | sort | sed -e 's/^/ /'
@cat $(MAKEFILE_LIST) | sed -n 's/^#?//p' | column -t -s ':' | sort | sed -e 's/^/ /'
.PHONY: help

0 comments on commit d2dc3ee

Please sign in to comment.