1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 13:30:26 +00:00
mycorrhiza/Makefile

20 lines
285 B
Makefile
Raw Normal View History

run: build
./mycorrhiza metarrhiza
2021-02-26 16:45:52 +00:00
auth_run: build
2020-11-14 10:39:18 +00:00
./mycorrhiza -auth-method fixed metarrhiza
2021-02-26 16:45:52 +00:00
gemini_run: build
./mycorrhiza -gemini-cert-path "." metarrhiza
build:
2020-08-31 17:52:26 +00:00
go generate
go build .
test:
go test .
help:
echo "Read the Makefile to see what it can do. It is simple."