about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorRory Bradford <roryrjb@gmail.com>2020-04-14 16:46:18 +0100
committerRory Bradford <roryrjb@gmail.com>2020-04-14 16:46:18 +0100
commit11074e02de8d43697fc8328fdc1710fb33a5eee8 (patch)
tree8cba7cce6b0073b0d4b984627f05f95175199816 /Makefile
parentf2af45854ed581394bcfcb2752e456388baf618f (diff)
downloadrf-11074e02de8d43697fc8328fdc1710fb33a5eee8.tar.gz
Add unlink and shell options, refactor opts
Make opts more BSD-like, simpler.

Signed-off-by: Rory Bradford <roryrjb@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 75aed08..c407da0 100644
--- a/Makefile
+++ b/Makefile
@@ -48,8 +48,5 @@ install: build
 	install -Dm755 $(BIN) $(DESTDIR)$(PREFIX)/bin/
 	install -Dm444 $(MANPAGE) $(DESTDIR)$(PREFIX)/man/man1/$(MANPAGE)
 
-readme:
-	MANWIDTH=80 man ./rf.1 > README
-
 clean:
 	rm -vf $(BIN) *.o