Makefile: repair spacing in help page

This commit is contained in:
Matt Latusek 2025-04-02 22:21:10 +00:00
parent aa290758b0
commit c7fa6246d4

View file

@ -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"