chiark / gitweb /
Peter Maydell points out that the README misspells `Makefile' as
authorSimon Tatham <anakin@pobox.com>
Tue, 4 May 2004 08:33:28 +0000 (08:33 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 4 May 2004 08:33:28 +0000 (08:33 +0000)
`Makefile.gtk'.

[originally from svn r4196]

README

diff --git a/README b/README
index 1ae3e036ee5814bcddb9c741283e0424216461d7..9009117c26cb6f8995aa1ca32aa09e92f2a670a3 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.