Updated Makefile
This commit is contained in:
parent
7535a3d88b
commit
66d000287c
3
Makefile
3
Makefile
|
|
@ -114,9 +114,10 @@ $(__Wl_clipboard):
|
|||
### PHONY targets that a user would run ###
|
||||
.PHONY : all
|
||||
all:
|
||||
@[[ -z "$(git submodule status | grep --quiet '^-')" ]] && \
|
||||
ifneq ($(git submodule status | grep --quiet '^-' ; echo $$?), 0)
|
||||
$(error "Git submodules have not been initialised. Please run: git \
|
||||
"submodule update --init")
|
||||
endif
|
||||
$(MAKE) build
|
||||
|
||||
.PHONY : build
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user