Peter Maydell points out that the README misspells `Makefile' as
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 4 May 2004 08:33:28 +0000 (08:33 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 4 May 2004 08:33:28 +0000 (08:33 +0000)
`Makefile.gtk'.

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@4196 cda61777-01e9-0310-a592-d414129be87e

README

diff --git a/README b/README
index 1ae3e03..9009117 100644 (file)
--- a/README
+++ b/README
@@ -3,9 +3,9 @@ puzzle collection.
 
 You should find several Makefiles in the source code:
 
- - `Makefile.gtk' should work under GNU make on Linux, provided you
-   have GTK installed to compile and link against. It builds GTK
-   binaries of the puzzle games.
+ - `Makefile' should work under GNU make on Linux, provided you have
+   GTK installed to compile and link against. It builds GTK binaries
+   of the puzzle games.
 
  - `Makefile.vc' should work under MS Visual C++ on Windows.