summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSamantaz Fox <coding@samantaz.fr>2022-01-26 13:24:40 +0100
committerGitHub <noreply@github.com>2022-01-26 13:24:40 +0100
commit0749baae4bf81ac89550f7927bd5375f27ea1ca7 (patch)
treec3a53115367cf72682f26e1e27ccb1fec0030af5 /Makefile
parent2ae074a9a45c26533a35640b1b7c3f0e4e1d3ca3 (diff)
downloadinvidious-0749baae4bf81ac89550f7927bd5375f27ea1ca7.tar.gz
invidious-0749baae4bf81ac89550f7927bd5375f27ea1ca7.tar.bz2
invidious-0749baae4bf81ac89550f7927bd5375f27ea1ca7.zip
Makefile: Fix 'STATIC' in help message
Fix description (typo) and default value
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b27db613..ef6c4e16 100644
--- a/Makefile
+++ b/Makefile
@@ -106,7 +106,7 @@ help:
echo "Build options available for this Makefile:"
echo ""
echo "RELEASE Make a release build (Default: 1)"
- echo "STATIC Link librariess tatically (Default: 1)"
+ echo "STATIC Link libraries statically (Default: 0)"
echo ""
echo "DISABLE_QUIC Disable support for QUIC (Default: 0)"
echo "NO_DBG_SYMBOLS Strip debug symbols (Default: 0)"