Skip to content

Commit f9de17b

Browse files
committed
Makefile.rs90: make silent mode toggable
1 parent eb53b41 commit f9de17b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile.rs90

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,9 @@ CXXFLAGS += $(DEF_FLAGS)
166166

167167
HEADERS = $(wildcard */*/*.h) $(wildcard */*.h) $(wildcard *.h)
168168

169-
Q := @
169+
ifneq ($(V),1)
170+
Q := @
171+
endif
170172

171173
RARCH_OBJ := $(addprefix $(OBJDIR)/,$(OBJ))
172174

0 commit comments

Comments
 (0)