summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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