diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-31 17:21:18 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-31 17:21:18 +0800 |
commit | 3579c39f6c69481180dea2f5926fb64486883dbc (patch) | |
tree | 9ad11e78d43de59f5735ee52c982bae73ef0675b /Makefile | |
parent | Add descriptive comments to most Go functions (diff) | |
download | forge-3579c39f6c69481180dea2f5926fb64486883dbc.tar.gz forge-3579c39f6c69481180dea2f5926fb64486883dbc.tar.zst forge-3579c39f6c69481180dea2f5926fb64486883dbc.zip |
Add a forge(1) man page
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 . |