aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-05 11:05:43 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-05 11:07:05 +0800
commit84ec0dd08c75344513fb4c912f835cadf5b28e49 (patch)
tree60c49797b602eb39551829b5fa0cd7c02252195a /Makefile
parentMakefile: Statically build Go (diff)
downloadforge-84ec0dd08c75344513fb4c912f835cadf5b28e49.tar.gz
forge-84ec0dd08c75344513fb4c912f835cadf5b28e49.tar.zst
forge-84ec0dd08c75344513fb4c912f835cadf5b28e49.zip
git2d: Separate the files a bit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 05e072c..46488fb 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ utils/colb:
hookc/hookc:
-git2d/git2d: git2d/main.c git2d/bare.c git2d/utf8.c
+git2d/git2d: git2d/*.c
$(CC) $(CFLAGS) -o git2d/git2d $^ $(shell pkg-config --cflags --libs libgit2) -lpthread
clean: