From 6f47c21ce97ff7687652037f08abea8872bebe50 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sat, 20 Aug 2011 02:05:26 +0200 Subject: [PATCH] Fix capitalization. --- Makefile.win64 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.win64 b/Makefile.win64 index f4773ad94e..136e82a19b 100644 --- a/Makefile.win64 +++ b/Makefile.win64 @@ -148,7 +148,7 @@ dist: all zip -r ssnes-win64-0.7.zip $(TARGET) $(JTARGET) ssnes.cfg snes.dll avcodec-53.dll avdevice-53.dll avfilter-2.dll avformat-53.dll avutil-51.dll cg.dll cgGL.dll libfreetype-6.dll libxml2-2.dll postproc-51.dll rsound.dll SDL.dll swscale-2.dll libiconv-2.dll 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