usability?

This commit is contained in:
rusefi 2019-07-13 14:22:59 -04:00
parent ffa61351d0
commit 1fe28ff499
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ $(info Invoking "git submodule update --init")
$(shell git submodule update --init)
$(info Invoked "git submodule update --init")
# make is not happy about newly checked out module for some reason but next invocation would work
$(error Please run 'make' again)
$(error Please run 'make' again. Please make sure you have 'git' command in PATH)
endif
ifeq ($(PROJECT_BOARD),)