summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-25 21:03:06 -0500
committerJeff Carr <[email protected]>2025-09-25 21:04:08 -0500
commit843e6c84bd278c75b78e403c81e3390ed9594317 (patch)
treea1bbb4e11eb119487deb038f8fa5bc1ea4e55954 /Makefile
parent77f95fe0ad5d9916917ca139a7fb788c70e8877a (diff)
pull out the old repos codev0.0.48
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b391c8c..cbc480b 100644
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,7 @@ VERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%s)
all: build
- FORGE_VERBOSE=true ./forged patches list
- # FORGE_VERBOSE=true ./forged list
+ ./forged repos
build: goimports
GO111MODULE=off go build \