Makefile.rs90: make silent mode toggable
This commit is contained in:
parent
eb53b4174f
commit
f9de17b7ed
|
@ -166,7 +166,9 @@ CXXFLAGS += $(DEF_FLAGS)
|
||||||
|
|
||||||
HEADERS = $(wildcard */*/*.h) $(wildcard */*.h) $(wildcard *.h)
|
HEADERS = $(wildcard */*/*.h) $(wildcard */*.h) $(wildcard *.h)
|
||||||
|
|
||||||
Q := @
|
ifneq ($(V),1)
|
||||||
|
Q := @
|
||||||
|
endif
|
||||||
|
|
||||||
RARCH_OBJ := $(addprefix $(OBJDIR)/,$(OBJ))
|
RARCH_OBJ := $(addprefix $(OBJDIR)/,$(OBJ))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue