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