diff options
author | June McEnroe <june@causal.agency> | 2019-12-19 02:10:53 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-12-19 02:10:53 -0500 |
commit | 679d6561864782ab7751e9818b4b30480150a63d (patch) | |
tree | f425bc6fdd058c88c6b89983655c57e9bc0c3221 /Makefile | |
parent | Update git URLs (diff) | |
download | torus-679d6561864782ab7751e9818b4b30480150a63d.tar.gz torus-679d6561864782ab7751e9818b4b30480150a63d.zip |
Remove README
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile index dfe30e3..fbc2757 100644 --- a/Makefile +++ b/Makefile @@ -58,6 +58,3 @@ help.h: > help.h echo 'static const struct Tile *Help = (const struct Tile *)HelpData;' \ >> help.h - -README: torus.1 - mandoc torus.1 | col -bx > README |