diff options
| author | Jeff Carr <[email protected]> | 2025-10-03 11:26:56 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-03 11:26:56 -0500 |
| commit | 308b7a0a9ebe0a08487aa944e9550a457071354f (patch) | |
| tree | 4ecd14b24c0b4b9785fc2efe24e8d037271613b0 /Makefile | |
| parent | cb7dd8534c791075a2dba0dbb7651280c530a9de (diff) | |
new --version
Diffstat (limited to 'Makefile')
| -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) +BUILDTIME = $(shell date +%s) all: install |
