Hi all:
If I have wrote new class in new file.
I want to write it into Makefile.
I add myfile.o: myfile.h ........etc!
But I see other file may relate with many other files
My question is how do I know which file I need add to
Myfile.o: Myfile.h [which files??]