am using gcc on linux and doing each o objets after $(OBJ) isn't working so i changed it but about the depedencies it's not clear to me if you had functions declared in functions.h and included functions in main.c but they are defined in func1.....n.c should you have functions.o: function.h and then in each fucntions function1.o: fucntion1.c functions.o ?
Very helpful video. Thanks! If you have the time, it would be helpful to add a discussion regarding modification of make files for inclusion of include files (both system and user includes) and a discussion regarding modification of make files for inclusion of libraries (both system and user). Thanks again! - Jim
Thank you, great video... question: when I run valgrind make exec it says alot of bytes are still reachable, but when I run valgrind ./func everything looks fine...Any insight??
The best instruction I have seen so far! I was lost until I watched this! Thank you!!!! ❤
Thank you for this video. It is the best makefile video i have seen.😊
best video on this topic. Keep it up!!!
The squareRoot function isn't what it's name implies. It's a function that returns the square of a number. Not it's root.
You have a calm voice.
Amazing explanation you made it look so easy!! keep up ma'am
A great lecture on makefile...thank you!
Very good explanation. Thank you Petes.
Very clean and useful! Thanks for the tutorial!!
thank you so much
Thanks
you have saved my life
Wow, this is great! thanks a lot for sharing!
thank u very much :)
thanks. nice explanation
this is realy usefull tutorial thanks
Thank you so much for the best explanation ❤❤
am using gcc on linux and doing each o objets after $(OBJ) isn't working so i changed it but about the depedencies it's not clear to me if you had functions declared in functions.h and included functions in main.c but they are defined in func1.....n.c should you have functions.o: function.h and then in each fucntions function1.o: fucntion1.c functions.o ?
Very helpful video. Thanks! If you have the time, it would be helpful to add a discussion regarding modification of make files for inclusion of include files (both system and user includes) and a discussion regarding modification of make files for inclusion of libraries (both system and user). Thanks again! - Jim
omg this was so helpful. Thank you!
amazing thank you
You are the best thank you
cool video, thanks!
your udemy course is missing :(((
Pls can you help me?
am i the only one who noticed that the square root function calculates the square instead?
g++ ???
good tutorial until arround 12:00. From here nothing is explained anymore and she just do things that make no sense.
I agree. Definitely very good up to 12 mins though
Thank you, great video... question: when I run valgrind make exec it says alot of bytes are still reachable, but when I run valgrind ./func everything looks fine...Any insight??