Joshua Hoblitt <[EMAIL PROTECTED]> wrote: > My confusion is in the correct way of running the 'clean' target to > clean ./editor. Most of the 'clean' targets in the root Makefile do not > invoke make recursively.
We are building 'all' recursively. This implies that all subdirectory Makefile should have a default 'all' target. The same should work for 'clean' and 'realclean'. leo