nostril

A C cli tool for creating nostr events
git clone git://jb55.com/nostril
Log | Files | Refs | README

commit d52b057121f42d7fdf2627a75b900f23f005edb1
parent 98c77b6a05951dd81969b25346c666beb5fe91f0
Author: William Casarin <jb55@jb55.com>
Date:   Wed, 13 Jul 2022 10:33:54 -0700

make: default prefix

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -2,6 +2,7 @@ CFLAGS = -Wall -Og OBJS = sha256.o nostril.o aes.o base64.o HEADERS = hex.h random.h config.h sha256.h +PREFIX ?= /usr/local all: nostril