Add NOECHOFILENAMES, if people don't want logspam.

This commit is contained in:
GoldenTails 2020-11-21 22:21:18 -06:00
parent f49136136a
commit b4c88e92d9

View file

@ -539,10 +539,12 @@ OBJS:=$(i_main_o) \
ifndef ECHO
ifndef NOECHOFILENAMES
define echoName =
@echo -- $< ...
endef
endif
endif
# List of languages to compile.
# For reference, this is the command I use to build a srb2.pot file from the source code.