ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Make​Targets

by dusk125 ST3

Automatically have all of your Makefile targets available as build variants.

Labels make, makefile, target

Details

Installs

  • Total 606
  • Win 260
  • Mac 143
  • Linux 203
Feb 5 Feb 4 Feb 3 Feb 2 Feb 1 Jan 31 Jan 30 Jan 29 Jan 28 Jan 27 Jan 26 Jan 25 Jan 24 Jan 23 Jan 22 Jan 21 Jan 20 Jan 19 Jan 18 Jan 17 Jan 16 Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0
Mac 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 1 0
Linux 0 0 1 0 0 0 0 1 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Make Targets

Make Targets was created to allow Sublime Text to run more than the 'Make' and 'Make Clean' Make targets. It does this by scanning a projects Makefile and figuring out the various targets, making them available as variants of the 'MakeTargets' build system.

Installation

Git Clone

First, find out where the packages directory is by going to (Preferences->Browse Packages), use that location in the git clone command.

Package Control

Install from Package Control coming soon.

Usage

Select 'MakeTargets' as your build system and start a build like normal.

Using the 'Build With' command (ctrl+shift+b by default), you can change the Make target that will run on subsequient 'Build' (ctrl+b) commands; MakeTargets will remember the last target you ran!

The 'MakeTargets' command is also available from the Command Palette.

Available Commands

{'command': 'make_targets', 'args': see below}

Available Arguments

All arguments are optional and have reasonable defaults.

  • working_dir

Where to build from.

Defaults to the expansion of '${folder:${project_path:${file_path}}}'. * file_regex

The regex the build system looks for errors.

Defaults to '^(..[^:\n]*):([0-9]+):?([0-9]+)?:? (.*)'. * syntax

The syntax to use for the output panel.

Defaults to 'Packages/Makefile/Make Output.sublime-syntax'. * make_target

The target to make, can be an empty string or None.