Fix a typo in a displayed message

pull/999/head
Jesse Vincent 4 years ago
parent cda0e00376
commit 53b7deb7d1
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -3,7 +3,7 @@ mkfile_dir := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
ifeq ($(VERBOSE),) ifeq ($(VERBOSE),)
ifeq ($(QUIET),) ifeq ($(QUIET),)
$(info Building in quiet mode. For a lot more informatiion, add 'VERBOSE=1' to the beginning of your call to $(MAKE)) $(info Building in quiet mode. For a lot more information, add 'VERBOSE=1' to the beginning of your call to $(MAKE))
export QUIET = @ export QUIET = @
endif endif

Loading…
Cancel
Save