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:
- `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.