github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/integrations/make_posix.mx (about)

     1  autocomplete set make %[
     2      {
     3          DynamicDesc: %({
     4              make --help -> tabulate: --key-inc-hint --map --split-comma --column-wraps
     5          })
     6          Optional:      true
     7          AllowMultiple: true
     8      },
     9      {
    10          Dynamic: %({
    11              grep '^[^\.][-a-zA-Z\.0-9_\/]*:' ./Makefile -> regexp 's/:.*//g' -> uniq
    12          })
    13      }
    14  ]