diff options
author | Runxi Yu <me@runxiyu.org> | 2025-08-12 10:21:16 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-08-12 10:21:16 +0800 |
commit | 77a4f5300122e0b107ea35d9e624909bcda580e3 (patch) | |
tree | 2e695412fb72ad70cc9dd5feb7d3d728d6cd26ac /Makefile | |
parent | Fix selection box text color (diff) | |
download | forge-77a4f5300122e0b107ea35d9e624909bcda580e3.tar.gz forge-77a4f5300122e0b107ea35d9e624909bcda580e3.tar.zst forge-77a4f5300122e0b107ea35d9e624909bcda580e3.zip |
Remove colb
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 $@) |