summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 35ea9f7..f33cfad 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ clean:
33 rm -f bin/relay 33 rm -f bin/relay
34 34
35deploy: 35deploy:
36 ship --name nostr-grpc --binary ./bin/relay 36 ship --name muxstr --binary ./bin/relay
37 37
38# Install buf (if not already installed) 38# Install buf (if not already installed)
39install-buf: 39install-buf: