From 3b21449468a1b20b3ff706fe00a04556a804e627 Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Sun, 3 Sep 2023 14:55:23 +0200 Subject: ref: Remove quicktemplate This is done in preparation to use text-html/template. This will allow the user to input their own template file --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile') 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 * -- cgit v1.2.3