Skip to content

Instantly share code, notes, and snippets.

@vvzen
Last active February 12, 2018 17:11
Show Gist options
  • Save vvzen/75bc45e461fb612a8370730ee134e7ce to your computer and use it in GitHub Desktop.
Save vvzen/75bc45e461fb612a8370730ee134e7ce to your computer and use it in GitHub Desktop.
{
"version": "1.0.0",
"tasks": [
{
"label": "compile and run",
"type": "shell",
"command": "OF_ROOT=/your/of/root/path make && OF_ROOT=/your/of/root/path make RunRelease",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment