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

20 lines
234 B
Makefile
Raw Normal View History

.POSIX:
include config.example.mk
include config.mk
2021-05-27 10:17:42 +00:00
run: build
./mycorrhiza ${WIKIPATH}
config_run: build
./mycorrhiza ${WIKIPATH}
2021-04-26 16:29:41 +00:00
devconfig_run: build
./mycorrhiza ${WIKIPATH}
2021-04-26 16:29:41 +00:00
build:
2020-08-31 17:52:26 +00:00
go generate
go build .
test:
go test .