Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2003-04-27 15:13:08 -0700 (Sun, 27 Apr 2003)
Revision: 52
Log message:
This commit addresses the "make clean cleaned the whole project,
and my 486 takes a long to rebuild" problem.
Phony targets are now arranged in a hierarchy, and omake builds
only those targets in the current directory and below. This includes
.DEFAULT. So, for example, omake will not rebuild mcc by default
unless you are in the main directory or above it.