aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2004-05-04 08:33:28 +0000
committerSimon Tatham <anakin@pobox.com>2004-05-04 08:33:28 +0000
commit5106190ad22335a3906553159d662432c2f2a314 (patch)
tree0aa2c74e84ec0b01f660c1cc9607455a2e509f80 /README
parent17214d1764f9037ac7c7b3c05c87209345957b15 (diff)
downloadpuzzles-5106190ad22335a3906553159d662432c2f2a314.zip
puzzles-5106190ad22335a3906553159d662432c2f2a314.tar.gz
puzzles-5106190ad22335a3906553159d662432c2f2a314.tar.bz2
puzzles-5106190ad22335a3906553159d662432c2f2a314.tar.xz
Peter Maydell points out that the README misspells `Makefile' as
`Makefile.gtk'. [originally from svn r4196]
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 1ae3e03..9009117 100644
--- 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.