Why Nostr? What is Njump?
2024-07-03 00:50:32

npub1wx…djgze on Nostr: commit beb4dac40f752fe34c761dcf1c87ee4567d38fee Author: randymcmillan ...

commit beb4dac40f752fe34c761dcf1c87ee4567d38fee
Author: randymcmillan <[email protected]>
Date: Tue May 7 14:26:03 2024 -0400

make:gnostrd:gnostr-chat:chat

diff --git a/gnostr.mk b/gnostr.mk
index d8caab03d..59a2a064a 100644
--- a/gnostr.mk
+++ b/gnostr.mk
@@ -100,7 +100,7 @@ doc-gnostr-git:gnostr-git
##We stream edit certain tools man pages
## make goals are processed from left to right
## doc-gnostr-act doc-gnostr-cat doc-gnostr-git gnostr-install##
-doc:doc-gnostr-act doc-gnostr-cat doc-gnostr-git gnostr-install## doc - generate man pages
+docs:doc-gnostr-act doc-gnostr-cat doc-gnostr-git gnostr-install## doc - generate man pages
##help2man < $^ > $@
##[[ -x "$(shell which gnostr-act)" ]] || $(MAKE) doc-gnostr-act
@(\
@@ -452,25 +452,18 @@ cli:cli/.git
make cargo-build-release cargo-i
.PHONY:gnostr-cli cli

-.PHONY:gnostr-gnostrd gnostrd
-gnostrd/.git:
- @devtools/refresh-submodules.sh cli
.PHONY:gnostrd/target/release/gnostrd
-gnostr-gnostrd:gnostrd
-gnostrd:gnostrd/.git
+gnostrd/target/release/gnostrd:
cd gnostrd && \
- make cargo-build-release cargo-i
-.PHONY:gnostr-gnostr gnostr
-.PHONY:gnostr-chat gnostr-chat
-gnostrd/.git:
- @devtools/refresh-submodules.sh cli
+ cargo b -r --bin gnostrd && \
+ cargo install --bin gnostrd --path . --force
.PHONY:gnostrd/target/release/gnostr-chat
-gnostr-chat:chat
-chat:gnostrd/.git
+gnostrd/target/release/gnostr-chat:
cd gnostrd && \
cargo b -r --bin gnostr-chat && \
- cargo install --bin gnostr-chat --path .
-.PHONY:gnostr-gnostr gnostr
+ cargo install --bin gnostr-chat --path . --force
+gnostr-chat:chat gnostrd
+chat:gnostrd/target/release/gnostr-chat

.PHONY:grep/.git gnostr-grep grep
grep/.git:
Author Public Key
npub1wxugxkdumdl4ur63sje0z3dhjsdr9c2d4gdhh2urvtvdl0vf0p6q9djgze