diff options
| author | Jeff Carr <[email protected]> | 2025-10-03 04:42:36 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-03 04:42:36 -0500 |
| commit | 7be655b964eca1ce0c725e43cab8c0596f894b07 (patch) | |
| tree | eac4fd754417e3a9b2c570366cda995b7cf55731 | |
| parent | 5f7d925c308e385fc15b3f8e438248fb36d75769 (diff) | |
new datestamp
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ VERSION = $(shell git describe --tags) -BUILDTIME = $(shell date +%Y.%m.%d_%H%M) +BUILDTIME = $(shell date +%s) # make build # go build using your git cloned repos (GO111MODULE=off) # make install # go install using your git cloned repos (GO111MODULE=off) |
