Signed-off-by: Ricardo Catalinas Jiménez <jimenezrick(a)gmail.com>
---
INSTALL | 5 -----
Makefile | 2 +-
2 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/INSTALL b/INSTALL
index c2ab230..a2c8722 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,3 @@
- This file describes how to build and install less using
-the "configure" script. This only works on Unix systems.
-To install on other systems, read the README file.
-
-
Basic Installation
==================
diff --git a/Makefile b/Makefile
index 21ebadc..f187e50 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# The default target of this Makefile is...
+# The default target of this Makefile is this
all::
# Define V=1 to have a more verbose compile.
--
1.7.10.3