diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2016-02-14 16:25:10 +0100 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-02-14 16:25:10 +0100 |
commit | 55b5ff3097da4c98f0eea2d2f28d9a87cd60c51a (patch) | |
tree | c190ee3d33dddd486f9cddd13495e354546207d1 /Makefile | |
parent | 2f00c5b600d7222ed9093718025a06f29d04d690 (diff) | |
download | arr-55b5ff3097da4c98f0eea2d2f28d9a87cd60c51a.tar.gz arr-55b5ff3097da4c98f0eea2d2f28d9a87cd60c51a.tar.xz arr-55b5ff3097da4c98f0eea2d2f28d9a87cd60c51a.zip |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..9cc103c --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +README: arr.1 + mandoc -Tutf8 $< | col -bx >$@ |