aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-01 13:51:25 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-01 13:54:48 +0800
commita5b72b25a298040798636455d29a7413636368f2 (patch)
treec0678b13a6a5bf523a2d191eb2e3e5fdd9a7d9b1 /Makefile
parentLMTP configuration update (diff)
downloadforge-a5b72b25a298040798636455d29a7413636368f2.tar.gz
forge-a5b72b25a298040798636455d29a7413636368f2.tar.zst
forge-a5b72b25a298040798636455d29a7413636368f2.zip
Add forge-mail(5) and update forge(5) for LMTP
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a5c9477..7d91c60 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
.PHONY: clean version.go man source.tar.gz
CFLAGS = -Wall -Wextra -Werror -pedantic -std=c99 -D_GNU_SOURCE
-MAN_PAGES = forge.5 hookc.1 forge.1
+MAN_PAGES = forge.5 hookc.1 forge.1 forge-mail.5
forge: source.tar.gz version.go hookc/*.c hookc/hookc man # TODO
go build .