diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-03 10:25:53 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-03 10:25:53 +0800 |
commit | 669cca494fd456dbfcf42801c791796c286c18ad (patch) | |
tree | 274301c8d2623725d68a027b3ca7312629344022 /Makefile | |
parent | README: Remove the note about the Hare implementation (diff) | |
download | forge-669cca494fd456dbfcf42801c791796c286c18ad.tar.gz forge-669cca494fd456dbfcf42801c791796c286c18ad.tar.zst forge-669cca494fd456dbfcf42801c791796c286c18ad.zip |
git2d: Import BARE and UTF-8 utilities
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |