i want to know whether modified files got compiled from a bunch of c++ files . I am using "make" command for compiling c++ files.
how to check whether some c++ file got compiled from a bunch of c++ files (after using make command)
Asked
Active
Viewed 35 times
0
-
1It's entirely unclear what your question means. Present an example. – Mike Kinghan Sep 01 '16 at 18:33
-
Can you look for the binary files? Does the makefile produce useful output? Can you modify the makefile? – Beta Sep 01 '16 at 23:25