target: dependencies command1 command2
On my system (Mac OS X), make seems to require that that Makefiles have a tab character
make
This does it for me if you would like to use spaces
.RECIPEPREFIX +=
Example