aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-08-12 10:21:16 +0800
committerRunxi Yu <me@runxiyu.org>2025-08-12 10:21:16 +0800
commit77a4f5300122e0b107ea35d9e624909bcda580e3 (patch)
tree2e695412fb72ad70cc9dd5feb7d3d728d6cd26ac /Makefile
parentFix selection box text color (diff)
downloadforge-77a4f5300122e0b107ea35d9e624909bcda580e3.tar.gz
forge-77a4f5300122e0b107ea35d9e624909bcda580e3.tar.zst
forge-77a4f5300122e0b107ea35d9e624909bcda580e3.zip
Remove colb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b606a12..2dc95f5 100644
--- a/Makefile
+++ b/Makefile
@@ -19,15 +19,13 @@ 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
-utils/colb:
-
hookc/hookc:
git2d/git2d: $(wildcard git2d/*.c)
$(CC) $(CFLAGS) -o git2d/git2d $^ $(shell pkg-config --cflags --libs libgit2) -lpthread
clean:
- rm -rf forge utils/colb hookc/hookc git2d/git2d */*.o
+ rm -rf forge hookc/hookc git2d/git2d */*.o
forged/internal/embed/%: %
@mkdir -p $(shell dirname $@)