It's a problem with my script that works in most cases but not in yours. There's an easy solution. In the Makefile, I try and compile a required library, and I'm assuming the current path doesn't have spaces in it. Yours does, but this can be solved by surrounding the path with quotation marks. I'll include the updated Makefile for you to use and include this with the next update.
Replace the Makefile in your current version with this Makefile, then type "make" and it should work.
Nathan