Sammy <[EMAIL PROTECTED]> wrote: > The mud I started coding on did a full compile every time I changed > the merc.h file. The one I am working on now does not. How do I > force a full compile without making a tweek to every single file?
# rm *.o Well that's an easy way, A better way would be to have a better make file that treats merc.h as a dependancy to all the other object files. btw, Why is merc.h called merc.h? Tony

