From 988179385a0d5d47884ca993ca50951eea08e57c Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 20 Feb 2021 17:54:32 -0800 Subject: [PATCH] Fix indentation in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 970c750..07b1ec9 100644 --- a/Makefile +++ b/Makefile @@ -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/' | \