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

`Makefile.gtk'.

[originally from svn r4196]
This commit is contained in:
Simon Tatham
2004-05-04 08:33:28 +00:00
parent 17214d1764
commit 5106190ad2

6
README
View File

@ -3,9 +3,9 @@ puzzle collection.
You should find several Makefiles in the source code: You should find several Makefiles in the source code:
- `Makefile.gtk' should work under GNU make on Linux, provided you - `Makefile' should work under GNU make on Linux, provided you have
have GTK installed to compile and link against. It builds GTK GTK installed to compile and link against. It builds GTK binaries
binaries of the puzzle games. of the puzzle games.
- `Makefile.vc' should work under MS Visual C++ on Windows. - `Makefile.vc' should work under MS Visual C++ on Windows.