When I try to use the 'make' command, I get an error from line 5 in my Makefile
line 5 is: g++ $(OBJ) -o Raytrace.exe
I'm following this tutorial: https://www.youtube.com/watch?v=wbhOJDH Np1U&index=14&l ist=UURMDtZfzPs paYFX6mkM4Qyw
line 5 is: g++ $(OBJ) -o Raytrace.exe
I'm following this tutorial: https://www.youtube.com/watch?v=wbhOJDH Np1U&index=14&l ist=UURMDtZfzPs paYFX6mkM4Qyw
Comment