If makefile changes, make rebuilds all targets right?
But how to tell make that if after makefile changed, it shall run make clean
and then make
?
Or how to instruct make to run some other command in that situation? Do I have to write a special kind of target?