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
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 ?
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.😊
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.
best video on this topic. Keep it up!!!
Amazing explanation you made it look so easy!! keep up ma'am
you have saved my life
A great lecture on makefile...thank you!
thank you so much
Very good explanation. Thank you Petes.
Thanks
Very clean and useful! Thanks for the tutorial!!
thank u very much :)
Wow, this is great! thanks a lot for sharing!
Thank you so much for the best explanation ❤❤
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
thanks. nice explanation
omg this was so helpful. Thank you!
this is realy usefull tutorial thanks
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 ?
You are the best thank you
amazing thank you
cool video, thanks!
your udemy course is missing :(((
am i the only one who noticed that the square root function calculates the square instead?
Pls can you help me?
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??