shithub: puzzles

Download patch

ref: 5106190ad22335a3906553159d662432c2f2a314
parent: 17214d1764f9037ac7c7b3c05c87209345957b15
author: Simon Tatham <anakin@pobox.com>
date: Tue May 4 04:33:28 EDT 2004

Peter Maydell points out that the README misspells `Makefile' as
`Makefile.gtk'.

[originally from svn r4196]

--- a/README
+++ b/README
@@ -3,9 +3,9 @@
 
 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.