From c0f7721f65e6f8baea33eb4b4975c11792063c57 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 26 Sep 2025 18:52:54 -0500 Subject: make forged config come from /etc --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 705d0a6..cbc480b 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%s) all: build - ./forged repos list + ./forged repos build: goimports GO111MODULE=off go build \ -- cgit v1.2.3