Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-06-25 12:01:41 -0700 (Sun, 25 Jun 2006)
Revision: 9390
Log message:
More minor cleanup, addressing issue #516.
This adds the phony targets
.BUILD_BEGIN
.BUILD_SUCCESS
.BUILD_FAILURE
.BUILD_BEGIN is built before anything else in your project.
One of .BUILD_SUCCESS or .BUILD_FAILURE is built when the
build for your project terminates.
These are normal targets/rules. If you want to use them, you
should probably add them to your ~/.omakerc, rather than adding
them directly to each of the projects you work on.