I am new to make files and after looking at some examples, couldn't understand why my makefile is not running. I am trying to create a c++ object file that depends on main.cpp, A.cpp and B.cpp. This object file will take a text file as input and show its text and run code in it.I am new to make files and after looking at som