Skip to main content

Makefiles / make

Laurence MorganLess than 1 minute

Makefiles / make

make integrations

Description

Makefiles can sometimes be hard to grok. So Murex provides out-of-the-box support to make working with make a little easier.

Autocompletions

Custom autocomplete rules exist for make which will not only include any make specific flags, but also include any parameters defined in your Makefile too.

Preview

If you press [f1] with your command as make, and you have a Makefile in your current working directory, then you will be presented with a preview of your Makefile.

Source Code

The source code is available on Githubopen in new window under /integrations.

See Also

  • Terminal Hotkeys: A list of all the terminal hotkeys and their uses
  • autocomplete: Set definitions for tab-completion in the command line
  • onPreview: Full screen previews for files and command documentation

Other Integrations


This document was generated from gen/integrations/make_doc.yamlopen in new window.

Last update:
Contributors: Laurence Morgan