Updated Makefile
This commit is contained in:
parent
8fba3aeed6
commit
82034e3bfc
2
Makefile
2
Makefile
|
|
@ -114,7 +114,7 @@ $(__Wl_clipboard):
|
|||
### PHONY targets that a user would run ###
|
||||
.PHONY : all
|
||||
all:
|
||||
ifneq ($(git submodule status | grep --quiet '^-' ; echo $$?), 1)
|
||||
ifneq ($(shell test git submodule status | grep --quiet '^-' ; echo $$?), 1)
|
||||
$(error "Git submodules have not been initialised. Please run: git \
|
||||
"submodule update --init")
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user