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