Make Error: Missing Separator
I Am Getting the Following Error Running Make: Makefile:168: *** Missing Separator. Stop. What Is Causing This? 1 14 Answers as Indicated in the Online Manual...
I am getting the following error running make:
Makefile:168: *** missing separator. Stop.
What is causing this?
14 Answers
As indicated in the online manual, the most common cause for that error is that lines are indented with spaces when make expects tab characters.
Correct
target:
\tcmd
where \t is TAB (U+0009)