aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAKP <tom@tdpain.net>2022-04-01 21:54:24 +0100
committerAKP <tom@tdpain.net>2022-04-01 21:54:24 +0100
commitb9d32fc0488fa6a16c1c15cf92f905f4e54bca09 (patch)
treefd0b46dfb143635bf871a48f9e1a32a27f340e64 /Makefile
parent5b1336c229ffbb26eb17b611fab3ccfe17e2d3c6 (diff)
god knows what all of this is
Signed-off-by: AKP <tom@tdpain.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 60bc03c..9f20f12 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
.PHONY: prebuild fmt
-build:
+build: templates
mkdir -p bin
go build -o bin/walrss github.com/codemicro/walrss/walrss
@@ -10,3 +10,6 @@ run: build
fmt:
go fmt github.com/codemicro/walrss/...
+
+templates:
+ qtc -skipLineComments -ext qtpl.html -dir walrss/internal/http/views \ No newline at end of file