1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 05:20:26 +00:00
mycorrhiza/Makefile
2020-11-14 15:39:18 +05:00

17 lines
230 B
Makefile

run: build
./mycorrhiza metarrhiza
run_with_fixed_auth: build
./mycorrhiza -auth-method fixed metarrhiza
build:
go generate
go build .
test:
go test .
help:
echo "Read the Makefile to see what it can do. It is simple."