aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-02-03 13:24:42 +1300
committerTom Ryder <tom@sanctum.geek.nz>2021-02-03 14:32:27 +1300
commit3f41d328a37b5bae22d58f610c97cf5c45aa4a11 (patch)
tree55e775448caa9fd1b05d656762fc1a923843469a /Makefile
parentSet the minimum TLS version to TLS 1.2 (diff)
downloadgo-gemini-3f41d328a37b5bae22d58f610c97cf5c45aa4a11.tar.gz
go-gemini-3f41d328a37b5bae22d58f610c97cf5c45aa4a11.zip
Switch listen to systemd socket activationHEADv0.0.0-tejr1master
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ca8bd62..5888a58 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ all: build
build: gemini-example
gemini-example: cmd/example/*.go *.go
- go build -o gemini-example git.sr.ht/~yotam/go-gemini/cmd/example
+ go build -o gemini-example sanctum.geek.nz/code/go-gemini.git/cmd/example
clean:
rm -rf gemini-example