diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index d32d7da..585917d 100644 --- a/Makefile +++ b/Makefile @@ -2,5 +2,5 @@ all: sami.o clean: rm -f sami.o -README: +README: sami.3 mandoc -Tascii sami.3 | col -b > README |