From a5d303db00eaf0180e5c04196d98f3a3380c879e Mon Sep 17 00:00:00 2001 From: Fijxu Date: Mon, 17 Aug 2026 01:45:49 -0400 Subject: [PATCH] forgot to modify the help target :p --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index adb979cc5..f7f015276 100644 --- a/Makefile +++ b/Makefile @@ -107,11 +107,12 @@ help: @echo "" @echo "Build options available for this Makefile:" @echo "" - @echo " RELEASE Make a release build (Default: 1)" - @echo " STATIC Link libraries statically (Default: 0)" + @echo " RELEASE Make a release build (Default: 1)" + @echo " STATIC Link libraries statically (Default: 0)" @echo "" - @echo " API_ONLY Build invidious without a GUI (Default: 0)" - @echo " NO_DBG_SYMBOLS Strip debug symbols (Default: 0)" + @echo " API_ONLY Build invidious without a GUI (Default: 0)" + @echo " NO_DBG_SYMBOLS Strip debug symbols (Default: 0)" + @echo " SKIP_VERSION_CHECK Skips the Crystal compiler version check (Default: 0)"