summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2019-10-12 22:52:46 -0400
committerJoe Crayne <joe@jerkface.net>2019-10-12 22:52:46 -0400
commit6fbbb28c21bd38c9ae27c9719dab1f9550dd1cb1 (patch)
treeefa94f61c0d182ddcfad3c33c749f7a28a31129d /Makefile
parent1b82bb025ec2db0f1a01b0059358c3c4bef3983e (diff)
Added man page from upstream.HEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 68ae2f9..ffdf021 100644
--- a/Makefile
+++ b/Makefile
@@ -6,3 +6,8 @@
6# hasshsgr.h 6# hasshsgr.h
7 7
8chpst: *.c 8chpst: *.c
9
10.PHONY: man
11
12man:
13 groff -Tascii -man chpst.8 | less