Makefile.retrofw: make silent mode toggable
This commit is contained in:
parent
58dc568c24
commit
edbe0f032c
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in New Issue