Clean make help

Forgot to mute the echo commands :X
このコミットが含まれているのは:
Samantaz Fox 2022-02-23 00:18:48 +01:00 committed by GitHub
コミット 253256bf37
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更22行の追加22行の削除

ファイルの表示

@ -89,28 +89,28 @@ distclean: clean
# ----------------------- # -----------------------
help: help:
echo "Targets available in this Makefile:" @echo "Targets available in this Makefile:"
echo "" @echo ""
echo "get-libs Fetch Crystal libraries" @echo " get-libs Fetch Crystal libraries"
echo "invidious Build Invidious" @echo " invidious Build Invidious"
echo "run Launch Invidious" @echo " run Launch Invidious"
echo "" @echo ""
echo "format Run the Crystal formatter" @echo " format Run the Crystal formatter"
echo "test Run tests" @echo " test Run tests"
echo "verify Just make sure that the code compiles, but without" @echo " verify Just make sure that the code compiles, but without"
echo " generating any binaries. Useful to search for errors" @echo " generating any binaries. Useful to search for errors"
echo "" @echo ""
echo "clean Remove build artifacts" @echo " clean Remove build artifacts"
echo "distclean Remove build artifacts and libraries" @echo " distclean Remove build artifacts and libraries"
echo "" @echo ""
echo "" @echo ""
echo "Build options available for this Makefile:" @echo "Build options available for this Makefile:"
echo "" @echo ""
echo "RELEASE Make a release build (Default: 1)" @echo " RELEASE Make a release build (Default: 1)"
echo "STATIC Link libraries statically (Default: 0)" @echo " STATIC Link libraries statically (Default: 0)"
echo "" @echo ""
echo "DISABLE_QUIC Disable support for QUIC (Default: 0)" @echo " DISABLE_QUIC Disable support for QUIC (Default: 0)"
echo "NO_DBG_SYMBOLS Strip debug symbols (Default: 0)" @echo " NO_DBG_SYMBOLS Strip debug symbols (Default: 0)"