diff options
| author | Jeff Carr <[email protected]> | 2025-09-07 20:34:08 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-07 21:41:26 -0500 |
| commit | a099bbd3e656ac2d0cf1db656f08d91c673db437 (patch) | |
| tree | 43a5c6e3902d85a73ecc5cadba281c6dafaa0b8c /Makefile | |
| parent | c2e0e8e80b5831996da38efbfaa4bb206875bf40 (diff) | |
add support for old version of the tool using new code
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d_%H%M) all: build-verbose - # ./forged merge + ./forged list build: goimports GO111MODULE=off go build \ |
