diff options
| author | Jeff Carr <[email protected]> | 2025-09-25 01:09:41 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-25 01:09:41 -0500 |
| commit | 5e60e8d76d84e8c58cc070102fb4fd8848159a24 (patch) | |
| tree | 40a9a31e3a7fdf80112f72cfb576ad426c455cf4 /Makefile | |
| parent | 8b199273e8b1c65a3f49deccb41521c28dc0225a (diff) | |
new autocomplete
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ VERSION = $(shell git describe --tags) -BUILDTIME = $(shell date +%Y.%m.%d_%H%M) +BUILDTIME = $(shell date +%s) +# VERSION = $(shell git describe --tags) +# BUILDTIME = $(shell date +%Y.%m.%d_%H%M) run: install go-clone --version |
