mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Add silent to makefile flags.
This commit is contained in:
parent
f50b9f21fb
commit
3256700011
@ -12,6 +12,7 @@ ifeq ($(V), 1)
|
||||
Q =
|
||||
else
|
||||
Q = @
|
||||
MAKEFLAGS += --silent
|
||||
endif
|
||||
|
||||
# Commands
|
||||
|
||||
Loading…
Reference in New Issue
Block a user