Support building on OSX and Linux
description
Currently, the Makefile in the repository is an NMake file, and can only be running on Windows. We need a GNU-make-makefile or a cross-platform build tool for developers using other platforms.
I've just modified the original Makefile to running on OSX. It's in the attachments. I've also tested it on cygwin. And it seems working fine.