theicfire / makefiletutorial

Learn make by example

Home Page:http://makefiletutorial.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slightly confusing command in hello world example

jxu opened this issue · comments

commented

Right now the hello world example includes echo "This line will always print, because the file hello does not exist." which is misleading because the file hello could exist.

I propose changing the second echo to echo "This line will print if the file hello does not exist". This is explained in the explanation below the code.

Fixed, thank you!