forgot to modify the help target :p

This commit is contained in:
Fijxu 2026-08-17 01:45:49 -04:00
parent 0b2f2aa36e
commit a5d303db00
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4

View File

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