about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
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