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