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

18 lines
194 B
Makefile
Raw Normal View History

2021-05-27 10:17:42 +00:00
WIKI=~/src/example-wiki
run: build
2021-05-27 10:17:42 +00:00
./mycorrhiza ${WIKI}
config_run: build
./mycorrhiza ${WIKI}
2021-04-26 16:29:41 +00:00
devconfig_run: build
./mycorrhiza ${WIKI}
2021-04-26 16:29:41 +00:00
build:
2020-08-31 17:52:26 +00:00
go generate
go build .
test:
go test .