Makefile: silence an eventual compiler build in the `deps` target

This commit is contained in:
Ștefan Talpalaru 2019-03-29 15:32:36 +01:00
parent 8e0025035c
commit 2fd9f93e69
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ sanity-checks:
{ echo "This Makefile can only be used from the corresponding Git submodule in the Nimbus repository."; exit 1; }
deps: | sanity-checks
@+ $(MAKE) --silent -C ../../ deps
@+ $(MAKE) --silent -C ../../ V=0 deps
build:
mkdir $@