repo: nostr
action: blob
revision: 
path_from: Makefile
revision_from: refs/heads/master:
path_to: 
revision_to: 
git.thebackupbox.net
nostr
git clone git://git.thebackupbox.net/nostr

blob of:

nostr

/ Makefile

blob_plain of this file

refs/heads/master:/Makefile

 .PHONY: all install

 PREFIX:=/usr/local

 all: tlv

 install:
 	install -Dt $(PREFIX)/libexec/ nostr-relay.sh
 	install -Dt $(PREFIX)/libexec/ nostr-relay-req.sh
 	install -Dt $(PREFIX)/libexec/ nostr-filter.sh
 	install -Dt $(PREFIX)/bin nip-05