aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 820d664..00fc463 100644
--- a/Makefile
+++ b/Makefile
@@ -10,14 +10,10 @@ all: build
run: tmpl
$(GO_RUN) .
-build: tmpl
+build:
$(GO_BUILD) \
-o $(OUT) \
.
install: build
install -Dm755 $(OUT) $(BINDIR)/$(BIN)
-
-tmpl:
- cd ./templates && \
- qtc *