wip: add version command to exec

This commit is contained in:
2024-01-11 09:06:11 +11:00
parent db251da5f6
commit 3dbac84f36
4 changed files with 97 additions and 47 deletions

View File

@@ -3,7 +3,6 @@ all:
go build -v
clean:
rm version.txt
go clean -i -cache -testcache
install: