1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 05:20:26 +00:00
mycorrhiza/Makefile
2021-04-26 21:29:41 +05:00

20 lines
318 B
Makefile

run: build
./mycorrhiza metarrhiza
config_run: build
./mycorrhiza -config-path "assets/config.ini" metarrhiza
devconfig_run: build
./mycorrhiza -config-path "assets/devconfig.ini" metarrhiza
build:
go generate
go build .
test:
go test .
help:
echo "Read the Makefile to see what it can do. It is simple."