diff options
| author | AKP <tom@tdpain.net> | 2022-04-05 20:50:54 +0100 |
|---|---|---|
| committer | AKP <tom@tdpain.net> | 2022-04-05 20:50:54 +0100 |
| commit | 8781854b620b1fb63dc649661d5c9d4ad3e00124 (patch) | |
| tree | 14b761d1afcf170517b898e7e1d928fa3b5a48d9 /Makefile | |
| parent | 7be8dbcde9ec14e16f88dd807ff9b9b802c83b28 (diff) | |
Prepare for deploy
Signed-off-by: AKP <tom@tdpain.net>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ .PHONY: prebuild fmt -build: templates writeVersionNumber +build: templates mkdir -p bin go build -o bin/walrss github.com/codemicro/walrss/walrss @@ -12,4 +12,4 @@ fmt: go fmt github.com/codemicro/walrss/... templates: - qtc -skipLineComments -ext qtpl.html -dir walrss/internal/http/views
\ No newline at end of file + qtc -skipLineComments -ext qtpl.html -dir walrss/internal/http/views |
