From 84ec0dd08c75344513fb4c912f835cadf5b28e49 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 5 Apr 2025 11:05:43 +0800 Subject: git2d: Separate the files a bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3