mirror of
https://github.com/status-im/nim-libp2p-dht.git
synced 2025-02-23 09:38:12 +00:00
updates
This commit is contained in:
parent
bd72bc1e60
commit
169e1d76e5
2
Makefile
2
Makefile
@ -30,7 +30,7 @@ LINK_PCRE := 0
|
||||
|
||||
ifeq ($(NIM_PARAMS),)
|
||||
# "variables.mk" was not included, so we update the submodules.
|
||||
GIT_SUBMODULE_UPDATE := git submodule update --init --recursive
|
||||
GIT_SUBMODULE_UPDATE := nimble install https://github.com/elcritch/atlas && atlas rep atlas.lock
|
||||
.DEFAULT:
|
||||
+@ echo -e "Git submodules not found. Running '$(GIT_SUBMODULE_UPDATE)'.\n"; \
|
||||
$(GIT_SUBMODULE_UPDATE); \
|
||||
|
Loading…
x
Reference in New Issue
Block a user