summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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