From 99a05cda4ca4a6ad4c706912a9cb94965c51797b Mon Sep 17 00:00:00 2001 From: Themaister Date: Mon, 19 Mar 2012 14:48:12 -0700 Subject: [PATCH] Phoenix build is Makefile.win --- Compilation-guide-(Windows).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compilation-guide-(Windows).md b/Compilation-guide-(Windows).md index c7da2be..95b3cb4 100644 --- a/Compilation-guide-(Windows).md +++ b/Compilation-guide-(Windows).md @@ -24,7 +24,7 @@ Since the command-line isn't very comfortable on Windows, you will most likely w git clone git://github.com/Themaister/SSNES-Phoenix.git cd SSNES-Phoenix - mingw32-make -f Makefile.win32 # Will work for 64-bit as well :) + mingw32-make -f Makefile.win Then you can move the `ssnes-phoenix.exe` into the folder you built SSNES to make your life easier :)