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 | 8681f2f1582f30998a1fe950091edd31d8cd2ec4 (patch) | |
tree | c8f09391859f532c7987e1a37189689ce5ef1dba /Makefile | |
parent | Update git URLs (diff) | |
download | torus-8681f2f1582f30998a1fe950091edd31d8cd2ec4.tar.gz torus-8681f2f1582f30998a1fe950091edd31d8cd2ec4.zip |
Remove README
Diffstat (limited to '')
-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 |