diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-05-04 08:33:28 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-05-04 08:33:28 +0000 |
| commit | 5106190ad22335a3906553159d662432c2f2a314 (patch) | |
| tree | 0aa2c74e84ec0b01f660c1cc9607455a2e509f80 /README | |
| parent | 17214d1764f9037ac7c7b3c05c87209345957b15 (diff) | |
| download | puzzles-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-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |