From c7fa6246d438a558b4b19645fe040d3cf81db660 Mon Sep 17 00:00:00 2001 From: Matt Latusek Date: Wed, 2 Apr 2025 22:21:10 +0000 Subject: [PATCH] Makefile: repair spacing in help page --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e0daa818a2..b0de6096df 100644 --- a/Makefile +++ b/Makefile @@ -220,7 +220,7 @@ all: build .PHONY: help help: @echo "Make Routines:" - @echo " - \"\" equivalent to \"build\"" + @echo " - \"\" equivalent to \"build\"" @echo " - build build everything" @echo " - frontend build frontend files" @echo " - backend build backend files"