aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-05-11 17:07:48 +0800
committerRunxi Yu <me@runxiyu.org>2025-05-11 17:08:01 +0800
commit9ddd2807a13eafbd967f421b0dc4aee55ff2ff6f (patch)
treecd2deafac1aea8787cb85ac9654ad375ef0fadc0 /Makefile
parentBump dependencies (diff)
downloadforge-9ddd2807a13eafbd967f421b0dc4aee55ff2ff6f.tar.gz
forge-9ddd2807a13eafbd967f421b0dc4aee55ff2ff6f.tar.zst
forge-9ddd2807a13eafbd967f421b0dc4aee55ff2ff6f.zip
forged/cmd/forge -> forgedv0.1.46
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: