From 9ddd2807a13eafbd967f421b0dc4aee55ff2ff6f Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 11 May 2025 17:07:48 +0800 Subject: forged/cmd/forge -> forged We're already separating everything related to the main forge daemon in forged/ so the cmd structure is just a bit redundant at this point. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d52c3f6..65d6b07 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ EMBED = git2d/git2d hookc/hookc source.tar.gz $(wildcard LICENSE*) $(wildcard fo EMBED_ = $(EMBED:%=forged/internal/embed/%) forge: $(EMBED_) $(SOURCE_FILES) - CGO_ENABLED=0 go build -o forge -ldflags '-extldflags "-f no-PIC -static" -X "go.lindenii.runxiyu.org/forge/forged/internal/unsorted.version=$(VERSION)"' -tags 'osusergo netgo static_build' ./forged/cmd/forge + CGO_ENABLED=0 go build -o forge -ldflags '-extldflags "-f no-PIC -static" -X "go.lindenii.runxiyu.org/forge/forged/internal/unsorted.version=$(VERSION)"' -tags 'osusergo netgo static_build' ./forged utils/colb: -- cgit v1.2.3