Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 991 Bytes

readme.md

File metadata and controls

33 lines (22 loc) · 991 Bytes

Asmc Macro Assembler Reference

Asmc Program Maintenance Utility Reference

In This Section

  • About MAKE
  • Program Maintenance Utility options

About MAKE

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.

Library Manager options

Usage: MAKE [-/options] [macro=text] [target(s)]

options:

OptionPurpose
-aBuild all targets (always set)
-dDebug - echo progress of work
-f#Full pathname of make file
-hDo not print program header
-IIgnore exit codes from commands
-I#Set include path
-sSuppress executed-commands display

See Also

Asmc Build Tools Reference | Asmc Reference