diff options
| author | AKP <tom@tdpain.net> | 2022-04-01 21:54:24 +0100 |
|---|---|---|
| committer | AKP <tom@tdpain.net> | 2022-04-01 21:54:24 +0100 |
| commit | b9d32fc0488fa6a16c1c15cf92f905f4e54bca09 (patch) | |
| tree | fd0b46dfb143635bf871a48f9e1a32a27f340e64 /Makefile | |
| parent | 5b1336c229ffbb26eb17b611fab3ccfe17e2d3c6 (diff) | |
god knows what all of this is
Signed-off-by: AKP <tom@tdpain.net>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
