summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 87ede58..35ea9f7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
1.PHONY: proto proto-lint proto-breaking test build clean 1.PHONY: proto proto-lint proto-breaking test build clean deploy
2 2
3# Generate proto files 3# Generate proto files
4proto: 4proto:
@@ -32,6 +32,9 @@ clean:
32 rm -rf api/ 32 rm -rf api/
33 rm -f bin/relay 33 rm -f bin/relay
34 34
35deploy:
36 ship --name nostr-grpc --binary ./bin/relay
37
35# Install buf (if not already installed) 38# Install buf (if not already installed)
36install-buf: 39install-buf:
37 @if ! command -v buf &> /dev/null; then \ 40 @if ! command -v buf &> /dev/null; then \