F****g 发帖数: 81 | 1 I seperate a big template program into several *.h files and one main.C file.
When I modify a single *.h file (not the main.C), I want to recompile the
whole program. Anyone know how to achieve this in the makefile.
Thanks, | s**r 发帖数: 55 | 2 Add the h file to the depended list
【在 F****g 的大作中提到】 : I seperate a big template program into several *.h files and one main.C file. : When I modify a single *.h file (not the main.C), I want to recompile the : whole program. Anyone know how to achieve this in the makefile. : Thanks,
|
|