Created
August 15, 2017 04:15
-
-
Save BrynM/f285f9e1a5426d63baf4ab94db3ae9c0 to your computer and use it in GitHub Desktop.
For those compiling Go or GCC on Windows via mingw32-make
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
REM For use with mingw32-make.exe | |
REM http://www.mingw.org/wiki/HOWTO_Install_the_MinGW_GCC_Compiler_Suite | |
mingw32-make.exe %* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment