diff --git a/win32/Makefile.win32 b/win32/Makefile.mingw similarity index 98% rename from win32/Makefile.win32 rename to win32/Makefile.mingw index 93f9bc4..0103f1e 100644 --- a/win32/Makefile.win32 +++ b/win32/Makefile.mingw @@ -1,7 +1,7 @@ ######################################################################### # ## Makefile for building libssh2 (Win32 version - gnu make) -## Use: make -f Makefile.win32 [help|all|clean|dev|devclean|dist|distclean|dll|objclean] +## Use: make -f Makefile.mingw [help|all|clean|dev|devclean|dist|distclean|dll|objclean] ## ## Comments to: Guenter Knauf http://www.gknw.net/phpbb # @@ -160,7 +160,7 @@ prebuild: $(OBJDIR) $(OBJDIR)/version.inc # libssh2_config.h test: all - $(MAKE) -C test -f Makefile.win32 + $(MAKE) -C test -f Makefile.mingw $(OBJDIR)/%.o: %.c # @echo Compiling $< diff --git a/win32/test/Makefile.win32 b/win32/test/Makefile.mingw similarity index 99% rename from win32/test/Makefile.win32 rename to win32/test/Makefile.mingw index c2f332c..7f14924 100644 --- a/win32/test/Makefile.win32 +++ b/win32/test/Makefile.mingw @@ -1,7 +1,7 @@ ######################################################################### # ## Makefile for building libssh2 samples (Win32 version - gnu make) -## Use: make -f Makefile.win32 [help] +## Use: make -f Makefile.mingw [help] ## ## Comments to: Guenter Knauf http://www.gknw.net/phpbb #