1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-01-05 17:40:26 +00:00
mycorrhiza/Makefile
Timur Ismagilov 8848a994e5 Link hyphae instead of diffs in recent changes
Also fix Makefile so it includes config.mk iff it exists
2021-11-01 23:40:59 +05:00

20 lines
235 B
Makefile

.POSIX:
include config.example.mk
-include config.mk
run: build
./mycorrhiza ${WIKIPATH}
config_run: build
./mycorrhiza ${WIKIPATH}
devconfig_run: build
./mycorrhiza ${WIKIPATH}
build:
go generate
go build .
test:
go test .