github.com/SAP/cloud-mta-build-tool@v1.2.27/internal/tpl/base_args.txt (about)

     1  # Generated with Cloud MTA Build Tool version {{Version.CliVersion}}
     2  version={{Version.MakeFile}}
     3  MBT={{MbtPath}}
     4  ifndef p
     5  $(error platform flag is expected. e.g. use make -f makefile.mta p=cf)
     6  endif
     7  target_provided=true
     8  ifndef t
     9  t="$(CURDIR)"
    10  target_provided=false
    11  endif
    12  ifndef strict
    13  strict=true
    14  endif
    15  ifndef mtar
    16  mtar="*"
    17  endif