1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-02-07 14:40:16 +00:00
mycorrhiza/Makefile

18 lines
194 B
Makefile
Raw Normal View History

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