Last active
August 29, 2015 14:17
-
-
Save tmazur/637e11103d9d48773574 to your computer and use it in GitHub Desktop.
SublimeText build system using bash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cmd": ["c:\\cygwin64\\bin\\bash.exe", "-l", "-c", "cd `cygpath -u \"${file_path}\\Utils\"` && buildl2"], | |
"working_dir": "${file_path}\\Utils\\", | |
"file_regex": "Label.h" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment