Merge pull request #637 from openmv/makefile_verbose

Add silent to makefile flags.
This commit is contained in:
Ibrahim Abd Elkader 2019-11-01 19:31:42 +02:00 committed by GitHub
commit 2424a46a0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ ifeq ($(V), 1)
Q =
else
Q = @
MAKEFLAGS += --silent
endif
# Commands