aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAKP <tom@tdpain.net>2022-04-05 09:35:16 +0100
committerAKP <tom@tdpain.net>2022-04-05 09:35:16 +0100
commitfcf501e78d95d95a881d3783d69f02dc25a41529 (patch)
treee87c855671bd3410e52965b78f969bbf3abd1b48 /Makefile
parentdb7abef7056eb786b2fefef8f9bb68ed39b24269 (diff)
Polish email
Signed-off-by: AKP <tom@tdpain.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9f20f12..b2e10e1 100644
--- a/Makefile
+++ b/Makefile
@@ -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