aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 597c1bc..dd43574 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ utils/colb:
hookc/hookc:
-git2d/git2d: git2d/*.c
+git2d/git2d: git2d/main.o git2d/bare.o
$(CC) $(CFLAGS) `pkg-config --cflags --libs libgit2` -lpthread -o git2d/git2d $<
version.go: