From b50fe7ba25936661fd26408224878798b7ff9fb1 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 3 Apr 2025 16:34:22 +0800 Subject: Makefile: Add git2d to the daemon's dependencies --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3