Asmc Macro Assembler Reference
- About MAKE
- Program Maintenance Utility options
MAKE is a simple make utility but somewhat compatible with GNU MAKE and Watcom WMAKE. It handles both & and \ as line breaks; !else and else directives.
Usage: MAKE [-/options] [macro=text] [target(s)]
options:
Option | Purpose |
-a | Build all targets (always set) |
-d | Debug - echo progress of work |
-f# | Full pathname of make file |
-h | Do not print program header |
-I | Ignore exit codes from commands |
-I# | Set include path |
-s | Suppress executed-commands display |