diff options
| author | Jeff Carr <[email protected]> | 2025-01-18 03:13:18 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-18 03:13:18 -0600 |
| commit | a04e1784d1c892fa66a35179ef8f49006e9208b2 (patch) | |
| tree | 9bc909be4cb1109aa5ca3592969a3c845fd9dfb7 /Makefile | |
| parent | 2b10e228d276b0a81b79bbdaf881f44a6f9208fb (diff) | |
identify and fix out of sync user branches
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 +%Y.%m.%d_%H%M) info: install # forge dirty |
