move targets around

This commit is contained in:
Ștefan Talpalaru 2019-08-21 00:17:02 +02:00
parent dcc857b44d
commit a392b9fc34
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 4 additions and 4 deletions

View File

@ -54,6 +54,10 @@ $(NIM_BINARY) update-common: | sanity-checks
rm -rf $(NIMBLE_DIR)
+ $(MAKE) build-nim
# don't use this target, or you risk updating dependency repos that are not ready to be used in Nimbus
update-remote:
git submodule update --remote
nat-libs: | libminiupnpc.a libnatpmp.a
libminiupnpc.a: | deps
@ -93,10 +97,6 @@ github-ssh:
git config url."git@github.com:".insteadOf "https://github.com/"
git submodule foreach --recursive 'git config url."git@github.com:".insteadOf "https://github.com/"'
# don't use this target, or you risk updating dependency repos that are not ready to be used in Nimbus
update-remote:
git submodule update --remote
# runs `git status` in all Git repos
status: | $(REPOS)
$(eval CMD := $(GIT_STATUS))