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