aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e3ed19e..0c1a1f6 100644
--- a/Makefile
+++ b/Makefile
@@ -4,10 +4,14 @@ GO_BUILD?= go build -v
all: build
-run:
+run: tmpl
$(GO_RUN) .
-build:
+build: tmpl
$(GO_BUILD) \
-o bin/$(BIN) \
.
+
+tmpl:
+ cd ./templates && \
+ qtc *