
Patrick M. answered 03/29/20
Engineer with 10+ years of experience.
A couple nits about the Makefile:
1) make uses parenthesis around variable names, shell uses curly brackets.
2) Your spacing does seem to be off, double check that.
3) You do not need a "hello3.o" target: this is redundant with the hello3 executable. Just remove it and the reference to it in the hello3 target.
Otherwise things look more or less correct. Try walking through this manually:
Brandon D.
Ok I will check the tabs and yes there is a Functions.o file in my directory.09/08/19