BIN?=apkdoc GO_RUN?= go run -v GO_BUILD?= go build -v all: build run: $(GO_RUN) . build: $(GO_BUILD) \ -o bin/$(BIN) \ .