From b50fe7ba25936661fd26408224878798b7ff9fb1 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 03 Apr 2025 16:34:22 +0800 Subject: [PATCH] Makefile: Add git2d to the daemon's dependencies --- Makefile | 2 +- diff --git a/Makefile b/Makefile index 6dd0781c9a21cd0ea82ef29e6b75130446c9585e..3cb45ae21d707b776362ef323fcd81ec8b486c6d 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) -- 2.48.1