Updated Makefile
This commit is contained in:
parent
31e7f4c455
commit
33359b514a
6
Makefile
6
Makefile
|
|
@ -115,9 +115,9 @@ $(__Wl_clipboard):
|
|||
.PHONY : all
|
||||
all:
|
||||
@if git submodule status | grep --quiet '^-' ; then\
|
||||
$(error "Git submodules have not been initialised. Please run: git \
|
||||
submodule update --init");\
|
||||
if
|
||||
echo "Git submodules have not been initialised. Please run: git \
|
||||
submodule update --init --recursive" ; exit 1 ;\
|
||||
fi
|
||||
@cd Hyprland/subprojects && git submodule update --init
|
||||
$(MAKE) build
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user