diff --git a/Compilation-guide-(Windows).md b/Compilation-guide-(Windows).md index 0f3b69b..e1755b8 100644 --- a/Compilation-guide-(Windows).md +++ b/Compilation-guide-(Windows).md @@ -42,7 +42,7 @@ Nothing unexpected here: git clone git://github.com/Themaister/SSNES-Phoenix.git cd SSNES-Phoenix - make -f Makefile.win32 CC=i486-mingw32-gcc CXX=i486-mingw32-g++ WINDRES=i486-mingw32-windres # Will work for 64-bit as well :) + make -f Makefile.win CC=i486-mingw32-gcc CXX=i486-mingw32-g++ WINDRES=i486-mingw32-windres # Will work for 64-bit compilers as well :) ### Distributing readily usable .zip packages. If you want to make distribution builds you can use the `ssnes-mingw-build.sh` script included in the top directory.