theicfire/makefiletutorial

Confusing tabs and spaces indent use

villivateur opened this issue · 1 comments

In https://makefiletutorial.com/ , example codes use spaces but not tabs for indent, which will not work with make command.

Error occur:

Makefile:2: *** missing separator. Stop.

You're right, I need to get around to fixing this. I was wondering how long it would be before people noticed the copy/paste was off.