From 77a4f5300122e0b107ea35d9e624909bcda580e3 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 12 Aug 2025 10:21:16 +0800 Subject: Remove colb --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') 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 $@) -- cgit v1.2.3