make

With this target you can specify you own build rules. Unlike start and end, the make target can appear anywhere in the input, and you can have multiple make blocks in the input.

Syntax

      make {
          buildRules
      }

Argument buildRules Your own build rules.

Example

      make {
      Foo : Bar
          # build rules
      }

[Contents] [Previous] [Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.

Generated with WebMaker