Closed earlephilhower closed 4 years ago
windows and win32 were used inconsistently in the makefile. Adjust to use only win32 in build process.
windows
win32
Also, use gcc if no CC supplied by environment.
gcc
Fixes #9
Closing since it seems to be something to do w/MinGW guts and this isn't the right spot to fix things...
windows
andwin32
were used inconsistently in the makefile. Adjust to use onlywin32
in build process.Also, use
gcc
if no CC supplied by environment.Fixes #9