Skip to content

Commit 253256b

Browse files
authored
Clean make help
Forgot to mute the echo commands :X
1 parent b417ea8 commit 253256b

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

Makefile

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -89,28 +89,28 @@ distclean: clean
8989
# -----------------------
9090

9191
help:
92-
echo "Targets available in this Makefile:"
93-
echo ""
94-
echo "get-libs Fetch Crystal libraries"
95-
echo "invidious Build Invidious"
96-
echo "run Launch Invidious"
97-
echo ""
98-
echo "format Run the Crystal formatter"
99-
echo "test Run tests"
100-
echo "verify Just make sure that the code compiles, but without"
101-
echo " generating any binaries. Useful to search for errors"
102-
echo ""
103-
echo "clean Remove build artifacts"
104-
echo "distclean Remove build artifacts and libraries"
105-
echo ""
106-
echo ""
107-
echo "Build options available for this Makefile:"
108-
echo ""
109-
echo "RELEASE Make a release build (Default: 1)"
110-
echo "STATIC Link libraries statically (Default: 0)"
111-
echo ""
112-
echo "DISABLE_QUIC Disable support for QUIC (Default: 0)"
113-
echo "NO_DBG_SYMBOLS Strip debug symbols (Default: 0)"
92+
@echo "Targets available in this Makefile:"
93+
@echo ""
94+
@echo " get-libs Fetch Crystal libraries"
95+
@echo " invidious Build Invidious"
96+
@echo " run Launch Invidious"
97+
@echo ""
98+
@echo " format Run the Crystal formatter"
99+
@echo " test Run tests"
100+
@echo " verify Just make sure that the code compiles, but without"
101+
@echo " generating any binaries. Useful to search for errors"
102+
@echo ""
103+
@echo " clean Remove build artifacts"
104+
@echo " distclean Remove build artifacts and libraries"
105+
@echo ""
106+
@echo ""
107+
@echo "Build options available for this Makefile:"
108+
@echo ""
109+
@echo " RELEASE Make a release build (Default: 1)"
110+
@echo " STATIC Link libraries statically (Default: 0)"
111+
@echo ""
112+
@echo " DISABLE_QUIC Disable support for QUIC (Default: 0)"
113+
@echo " NO_DBG_SYMBOLS Strip debug symbols (Default: 0)"
114114

115115

116116

0 commit comments

Comments
 (0)