diff options
| author | AKP <tom@tdpain.net> | 2022-04-05 09:35:16 +0100 |
|---|---|---|
| committer | AKP <tom@tdpain.net> | 2022-04-05 09:35:16 +0100 |
| commit | fcf501e78d95d95a881d3783d69f02dc25a41529 (patch) | |
| tree | e87c855671bd3410e52965b78f969bbf3abd1b48 /Makefile | |
| parent | db7abef7056eb786b2fefef8f9bb68ed39b24269 (diff) | |
Polish email
Signed-off-by: AKP <tom@tdpain.net>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,6 +1,6 @@ .PHONY: prebuild fmt -build: templates +build: templates writeVersionNumber mkdir -p bin go build -o bin/walrss github.com/codemicro/walrss/walrss @@ -12,4 +12,7 @@ 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 + +writeVersionNumber: + bash ./writeVersionNumber.sh
\ No newline at end of file |
