make: add git submodule update init

eliminate the need for devtools/refresh-submodules.sh
This commit is contained in:
randymcmillan 2022-08-08 20:01:43 -04:00
parent a53062b84a
commit 9441432f37
No known key found for this signature in database
GPG Key ID: 85495A938B7F78DF
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@ PREFIX ?= /usr/local
ARS = libsecp256k1.a
SUBMODULES = deps/secp256k1
-:
git submodule update --init
$(MAKE) all
all: nostril
deps/secp256k1/.git: