aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAKP <tom@tdpain.net>2022-04-05 20:50:54 +0100
committerAKP <tom@tdpain.net>2022-04-05 20:50:54 +0100
commit8781854b620b1fb63dc649661d5c9d4ad3e00124 (patch)
tree14b761d1afcf170517b898e7e1d928fa3b5a48d9 /Makefile
parent7be8dbcde9ec14e16f88dd807ff9b9b802c83b28 (diff)
Prepare for deploy
Signed-off-by: AKP <tom@tdpain.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 948bf1e..fad7acf 100644
--- a/Makefile
+++ b/Makefile
@@ -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