aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-03 16:34:22 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-03 16:47:01 +0800
commitb50fe7ba25936661fd26408224878798b7ff9fb1 (patch)
tree0517beb66eba4bede8f96fdc356217b93106cf5d
parentAutomatically deploy and run git2d (diff)
downloadforge-b50fe7ba25936661fd26408224878798b7ff9fb1.tar.gz
forge-b50fe7ba25936661fd26408224878798b7ff9fb1.tar.zst
forge-b50fe7ba25936661fd26408224878798b7ff9fb1.zip
Makefile: Add git2d to the daemon's dependencies
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6dd0781..3cb45ae 100644
--- a/Makefile
+++ b/Makefile
@@ -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)