Makefile.rs90: make silent mode toggable

This commit is contained in:
pstef 2025-04-11 15:11:05 +00:00
parent eb53b4174f
commit f9de17b7ed
1 changed files with 3 additions and 1 deletions

View File

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