diff options
| author | Runxi Yu <me@runxiyu.org> | 2025-04-03 16:34:22 +0800 |
|---|---|---|
| committer | Runxi Yu <me@runxiyu.org> | 2025-04-03 16:47:01 +0800 |
| commit | b50fe7ba25936661fd26408224878798b7ff9fb1 (patch) | |
| tree | 0517beb66eba4bede8f96fdc356217b93106cf5d | |
| parent | Automatically deploy and run git2d (diff) | |
| download | forge-b50fe7ba25936661fd26408224878798b7ff9fb1.tar.gz forge-b50fe7ba25936661fd26408224878798b7ff9fb1.tar.zst forge-b50fe7ba25936661fd26408224878798b7ff9fb1.zip | |
Makefile: Add git2d to the daemon's dependencies
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ CFLAGS = -Wall -Wextra -pedantic -std=c99 -D_GNU_SOURCE MAN_PAGES = lindenii-forge.5 lindenii-forge-hookc.1 lindenii-forge.1 lindenii-forge-mail.5 -forge: source.tar.gz version.go hookc/*.c hookc/hookc man # TODO +forge: source.tar.gz version.go hookc/*.c hookc/hookc git2d/git2d man # TODO go build . man: $(MAN_PAGES:%=man/%.html) $(MAN_PAGES:%=man/%.txt) |
