summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-19 06:31:05 -0500
committerJeff Carr <[email protected]>2025-10-19 06:31:05 -0500
commitf04fa71338774d8318fed97d7e2b734a5b49be4f (patch)
treef8d58867010d2fad9a9d069073fa0bd4f0515ffd
parentd496fac6bf347112791e1542798b734e4ac091bd (diff)
new argvv0.0.35
-rw-r--r--Makefile2
-rw-r--r--argv.struct.go (renamed from args.go)0
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b6c3bec..710703c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+.PHONY: build
+
VERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%Y.%m.%d)
diff --git a/args.go b/argv.struct.go
index 1bc121c..1bc121c 100644
--- a/args.go
+++ b/argv.struct.go