Skip to content

Commit 192ca41

Browse files
committed
Makefile.webos: make silent mode toggable
1 parent 7f3f010 commit 192ca41

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile.webos

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

184184
HEADERS = $(wildcard */*/*.h) $(wildcard */*.h) $(wildcard *.h)
185185

186-
Q := @
186+
ifneq ($(V),1)
187+
Q := @
188+
endif
187189

188190
RARCH_OBJ := $(addprefix $(OBJDIR)/,$(OBJ))
189191

0 commit comments

Comments
 (0)