Skip to content

Instantly share code, notes, and snippets.

@BrynM
Created August 15, 2017 04:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrynM/f285f9e1a5426d63baf4ab94db3ae9c0 to your computer and use it in GitHub Desktop.
Save BrynM/f285f9e1a5426d63baf4ab94db3ae9c0 to your computer and use it in GitHub Desktop.
For those compiling Go or GCC on Windows via mingw32-make
@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