Fix indentation in Makefile

This commit is contained in:
Radon Rosborough 2021-02-20 17:54:32 -08:00
parent c42dc69d58
commit 988179385a
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ env: # Run shell with .env file loaded and $PATH fixed
tmux: # Start or attach to tmux session
MAKELEVEL= tmux attach || MAKELEVEL= tmux new-session -s tmux
usage:
usage:
@cat Makefile | \
grep -E '^[^.:[:space:]]+:|[#]##' | \
sed -E 's/:[^#]*#([^:]+)$$/: #:\1/' | \