aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-31 17:21:18 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-31 17:21:18 +0800
commit3579c39f6c69481180dea2f5926fb64486883dbc (patch)
tree9ad11e78d43de59f5735ee52c982bae73ef0675b /Makefile
parentAdd descriptive comments to most Go functions (diff)
downloadforge-3579c39f6c69481180dea2f5926fb64486883dbc.tar.gz
forge-3579c39f6c69481180dea2f5926fb64486883dbc.tar.zst
forge-3579c39f6c69481180dea2f5926fb64486883dbc.zip
Add a forge(1) man page
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a5e7717..a5c9477 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
+MAN_PAGES = forge.5 hookc.1 forge.1
forge: source.tar.gz version.go hookc/*.c hookc/hookc man # TODO
go build .