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

14 lines
158 B
Makefile
Raw Normal View History

run: build
./mycorrhiza 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."