aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 0c1a1f65bd08e64ab7d5342576176d22fc145fbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
BIN?=apkdoc
GO_RUN?= go run -v
GO_BUILD?= go build -v

all: build

run: tmpl
	$(GO_RUN) .

build: tmpl
	$(GO_BUILD) \
		-o bin/$(BIN) \
		.

tmpl:
	cd ./templates && \
	qtc *