Makefile.retrofw: make silent mode toggable

This commit is contained in:
pstef 2025-04-11 15:09:12 +00:00
parent 58dc568c24
commit edbe0f032c
1 changed files with 3 additions and 1 deletions

View File

@ -164,7 +164,9 @@ CXXFLAGS += $(DEF_FLAGS)
HEADERS = $(wildcard */*/*.h) $(wildcard */*.h) $(wildcard *.h)
Q := @
ifneq ($(V),1)
Q := @
endif
RARCH_OBJ := $(addprefix $(OBJDIR)/,$(OBJ))