Why Nostr? What is Njump?
2024-07-02 23:24:10

npub1ys…c0wur on Nostr: commit a0f6e3615c5c016c59409a5d1b4a7156d1414ddc Author: @RandyMcMillan ...

commit a0f6e3615c5c016c59409a5d1b4a7156d1414ddc
Author: @RandyMcMillan <[email protected]>
Date: Tue Jan 9 12:38:56 2024 -0500

gnostr.mk:make gnostr-tui gnostr-bins

diff --git a/gnostr.mk b/gnostr.mk
index 10525ba2a..7629ba3bc 100644
--- a/gnostr.mk
+++ b/gnostr.mk
@@ -271,7 +271,8 @@ deps/gnostr-command/target/release/gnostr-command:deps/gnostr-command/gnostr-com
gnostr-command:deps/gnostr-command/target/release/gnostr-command## gnostr-command
cp $< $@ && exit;

-.PHONY:bins
+.PHONY:bins gnostr-bins
+gnostr-bins:bins
bins:
@cd bins && make cargo-b-release && make cargo-i
bins-test-post-event:
@@ -280,7 +281,8 @@ bins-test-fetch-by-id:
gnostr-fetch-by-id wss://relay.damus.io fbf73a17a4e0fe390aba1808a8d55f1b50717d5dd765b2904bf39eba18c51f7c | jq || true
#gnostr-fetch-by-id wss://relay.damus.io fbf73a17a4e0fe390aba1808a8d55f1b50717d5dd765b2904bf39eba18c51f7c | jq .content || true

-.PHONY:tui
+.PHONY:tui gnostr-tui
+gnostr-tui:tui
tui:
@cd tui && make build-release install
Author Public Key
npub1ystw7kvr8pp56ddrn9pxt0sf99qnsfjz4ptuc2q0lj9v0vhv7t7s6c0wur