From dc20c581899b709edac8405283151eab85e7c409 Mon Sep 17 00:00:00 2001 From: Themaister Date: Wed, 11 May 2011 12:19:33 +0200 Subject: [PATCH] Update path. --- Makefile.win64 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.win64 b/Makefile.win64 index 92656a555c..e8778a815a 100644 --- a/Makefile.win64 +++ b/Makefile.win64 @@ -119,7 +119,7 @@ dist: all zip -r ssnes-win64-0.4.1.zip $(TARGET) ssnes.cfg snes.dll xaudio-c.dll README.win32.txt $(JTARGET) libs: - wget https://github.com/downloads/Themaister/SSNES/SSNES-win64-libs.zip --no-check-certificate - unzip SSNES-win64-libs.zip + wget https://github.com/downloads/Themaister/SSNES/ssnes-win64-libs.zip --no-check-certificate + unzip ssnes-win64-libs.zip .PHONY: all install uninstall clean dist libs