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

npub1n5…m9nuz on Nostr: commit 27a97bd15780d2015d32b895d4ccfe218b0c3fed Author: randymcmillan ...

commit 27a97bd15780d2015d32b895d4ccfe218b0c3fed
Author: randymcmillan <[email protected]>
Date: Mon May 20 19:45:12 2024 -0400

GNUmakefile

diff --git a/GNUmakefile b/GNUmakefile
new file mode 100644
index 000000000..ca949733b
--- /dev/null
+++ b/GNUmakefile
@@ -0,0 +1,18 @@
+LOCAL_KEY=$(shell cat local_key | xxd -ps -cols 256)
+LOCAL_KEY_SHA256=$(shell cat local_key | xxd -ps -cols 256 | sha256sum | sed 's/-//g')
+default:libsecp256k1.a
+#echo $(LOCAL_KEY)
+ @echo LOCAL_KEY_SHA256=$(LOCAL_KEY_SHA256)
+ @git update-index --assume-unchanged deps/secp256k1
+ @git update-index --assume-unchanged Makefile
+ @$(MAKE) libsecp256k1.a >/dev/null || $(MAKE) secp256k1 >/dev/null
+ $(MAKE) nostril
+ cargo install --bins --path . --force
+
+clean-most:
+ cd deps/secp256k1 && make clean
+ rm -rf CMakeCache.txt CMakeFiles Makefile deps/secp256k1/.libs deps/secp256k1/configure
+
+-include nostril.mk
+-include Makefile
+-include cargo.mk
Author Public Key
npub1n5fr5c5ecsvpl6p0es2zhrqz7xtd8rxfk9r3vkrtdphh9q5jyuasrm9nuz