// // Copyright (c) 2010, Brian Frank and Andy Frank // Licensed under the Academic Free License version 3.0 // // History: // 4 Feb 10 Brian Frank Creation // ** ** Target facet is applied to a `BuildScript` method to ** indicate it is a build target or goal. ** facet class Target { ** ** String for usage help, should be a single short line summary of target ** const Str help := "" }