aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-09-03 14:55:23 +0200
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-09-03 14:55:23 +0200
commit3b21449468a1b20b3ff706fe00a04556a804e627 (patch)
tree8054ddc0f47f5731aa89ecb65b962da75a56bdaa /Makefile
parent1507d12b6398448c53bdffe18a32018a3ef627e7 (diff)
downloadapkdoc-3b21449468a1b20b3ff706fe00a04556a804e627.tar.gz
apkdoc-3b21449468a1b20b3ff706fe00a04556a804e627.tar.bz2
apkdoc-3b21449468a1b20b3ff706fe00a04556a804e627.zip
ref: Remove quicktemplate
This is done in preparation to use text-html/template. This will allow the user to input their own template file
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 *