diff options
| author | Jeff Carr <[email protected]> | 2025-10-03 11:27:01 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-03 11:27:01 -0500 |
| commit | 86b16da2e3f94dc0999447d3ed41f459dcbc6a3a (patch) | |
| tree | 5d00eea14ebdf5cc1a2626815b5106da7668c538 /Makefile | |
| parent | 5e8fab62dc79d50e1d4b447db9f6a70bcd14da42 (diff) | |
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_%H%M) +BUILDTIME = $(shell date +%s) default: install regex clean |
