summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-07 20:34:08 -0500
committerJeff Carr <[email protected]>2025-09-07 21:41:26 -0500
commita099bbd3e656ac2d0cf1db656f08d91c673db437 (patch)
tree43a5c6e3902d85a73ecc5cadba281c6dafaa0b8c /Makefile
parentc2e0e8e80b5831996da38efbfaa4bb206875bf40 (diff)
add support for old version of the tool using new code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 60ef21f..d46394f 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \