From fcf501e78d95d95a881d3783d69f02dc25a41529 Mon Sep 17 00:00:00 2001 From: AKP Date: Tue, 5 Apr 2022 09:35:16 +0100 Subject: Polish email Signed-off-by: AKP --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2