If you’re getting missing separator errors in your makefile, similar to the following :
Makefile:22: *** missing separator. Stop.
… make sure you are using real tabs instead of spaces. A global search and replace for four-spaces should fix things up.