From 33358e045e7ecaa4794e9b75ed2c5416749855e3 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 4 Apr 2025 10:28:43 +0800 Subject: Makefile: Compile git2d as one compilation unit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 81e3ef1..4c9b699 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ utils/colb: hookc/hookc: -git2d/git2d: git2d/main.o git2d/bare.o git2d/utf8.c +git2d/git2d: git2d/main.c git2d/bare.c git2d/utf8.c $(CC) $(CFLAGS) -o git2d/git2d $^ `pkg-config --cflags --libs libgit2` -lpthread version.go: -- cgit v1.2.3