2020-07-05 12:53:57 +00:00
|
|
|
run: build
|
2020-08-05 15:08:59 +00:00
|
|
|
./mycorrhiza metarrhiza
|
2020-07-05 12:53:57 +00:00
|
|
|
|
|
|
|
build:
|
|
|
|
go build .
|
|
|
|
|
|
|
|
test:
|
2020-08-05 15:08:59 +00:00
|
|
|
go test .
|
2020-07-05 12:53:57 +00:00
|
|
|
|
|
|
|
help:
|
|
|
|
echo "Read the Makefile to see what it can do. It is simple."
|
|
|
|
|