Why Nostr? What is Njump?
2024-07-03 00:53:43

npub1ly…tvfmj on Nostr: commit 5c08f22291ff23fa35a33399c8b60478afeebcfe Author: @RandyMcMillan ...

commit 5c08f22291ff23fa35a33399c8b60478afeebcfe
Author: @RandyMcMillan <[email protected]>
Date: Sun Jan 21 16:15:55 2024 -0500

gnostr.mk:make submodules

$(SUBMODULES)

diff --git a/gnostr.mk b/gnostr.mk
index 20266af98..b60bae428 100644
--- a/gnostr.mk
+++ b/gnostr.mk
@@ -22,8 +22,7 @@ endif
ARS := libsecp256k1.a
LIB_ARS := libsecp256k1.a libgit.a

-#SUBMODULES = deps/secp256k1
-SUBMODULES = deps/secp256k1 deps/git deps/gnostr-cat deps/gnostr-act deps/openssl deps/gnostr-py deps/gnostr-aio legit deps/gnostr-relay deps/gnostr-proxy deps/gnostr-relay ext/boost_1_82_0
+SUBMODULES=$(shell cat .gitmodules | grep path | cut -d ' ' -f 3)

VERSION :=$(shell cat version)
export VERSION
@@ -163,7 +162,8 @@ diff-log:
@gnostr-git-reflog -h > tests/gnostr-git-reflog-h.log
@gnostr-relay -h > tests/gnostr-relay-h.log
.PHONY:submodules
-submodules:deps/secp256k1/.git git/.git deps/gnostr-cat/.git deps/gnostr-aio/.git deps/gnostr-py/.git act/.git deps/gnostr-proxy/.git #ext/boost_1_82_0/.git ## refresh-submodules
+##submodules:deps/secp256k1/.git git/.git cat/.git py/.git act/.git proxy/.git #ext/boost_1_82_0/.git ## refresh-submodules
+submodules:$(SUBMODULES).git
git submodule update --init --recursive

#.PHONY:deps/secp256k1/config.log
Author Public Key
npub1lyjkzrdga7q7yzuhwu4uar79gyy6uqy9naz09e8ykvmp994wkl3q7tvfmj