diff options
| author | Jeff Carr <[email protected]> | 2025-07-08 17:13:58 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-07-08 17:19:19 -0500 |
| commit | 3588440aed55e81864c1afd2d96d6b037242befd (patch) | |
| tree | 332c7271795599f5b328e6122a5b9620cad37777 /Makefile | |
| parent | e57f48e64994dabbd5c50173044f7d95f899c663 (diff) | |
add /updatev0.0.7
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ .PHONY: build VERSION = $(shell git describe --tags) -BUILDTIME = $(shell date +%Y.%m.%d) +BUILDTIME = $(shell date +%Y.%m.%d_%H%M) all: build @echo "make build # build" |
