aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAKP <tom@tdpain.net>2022-04-05 20:25:33 +0100
committerAKP <tom@tdpain.net>2022-04-05 20:25:33 +0100
commite729e8d08f95e6feaa8dcdbb2ed6fcba987a60b1 (patch)
treec2af79d40e73ccc9a4d59d5ecb75f1421ea8e4cd /Makefile
parent5deb3fffedf2ffe5caf92374b8664937834ee536 (diff)
Remove version number stuff
Signed-off-by: AKP <tom@tdpain.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index b2e10e1..948bf1e 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,4 @@ fmt:
go fmt github.com/codemicro/walrss/...
templates:
- qtc -skipLineComments -ext qtpl.html -dir walrss/internal/http/views
-
-writeVersionNumber:
- bash ./writeVersionNumber.sh \ No newline at end of file
+ qtc -skipLineComments -ext qtpl.html -dir walrss/internal/http/views \ No newline at end of file