Hi Ken, > Or if you're not comfortable > with that, a "make clean && make && make install" will also work.
BTW, make(1) accepts a list of targets, e.g. `make clean all install', `all' being the conventional name for the first, default, target. It only builds `all' if `clean' succeeds, and so on, unless -k is provided. Cheers, Ralph. _______________________________________________ Nmh-workers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/nmh-workers
