1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-10-30 11:46:16 +00:00
mycorrhiza/Makefile

13 lines
144 B
Makefile

run: build
./mycorrhiza wiki
build:
go build .
test:
go test ./util
help:
echo "Read the Makefile to see what it can do. It is simple."