diff options
author | June McEnroe <june@causal.agency> | 2021-09-15 19:02:12 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-09-15 19:02:12 -0400 |
commit | e4e49b1b03e6eb666d6efaf2850cc15f2f71b713 (patch) | |
tree | dd40d87175c267b5605cb2a1cf4e90fc5010269e /bin/Makefile | |
parent | Set bot mode on downgrade (diff) | |
download | src-e4e49b1b03e6eb666d6efaf2850cc15f2f71b713.tar.gz src-e4e49b1b03e6eb666d6efaf2850cc15f2f71b713.zip |
Remove typer, add downgrade to README
Diffstat (limited to 'bin/Makefile')
-rw-r--r-- | bin/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile index c998d417..8564f59b 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -44,7 +44,6 @@ LINUX += psfed TLS += downgrade TLS += relay -TLS += typer MANS = ${BINS:%=man1/%.1} MANS.BSD = ${BSD:%=man1/%.1} |