Skip to content

Instantly share code, notes, and snippets.

@kirasglimmer
Created June 7, 2014 17:22
Show Gist options
  • Save kirasglimmer/4ff7b18eb26518747468 to your computer and use it in GitHub Desktop.
Save kirasglimmer/4ff7b18eb26518747468 to your computer and use it in GitHub Desktop.
make buildsystem for sublime text
{
"cmd": ["make"],
"selector": "source.makefile",
"variants":
[
{
"name": "Clean",
"cmd": ["make", "clean"]
},
{
"name": "Test",
"cmd": ["make", "test"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment