Created
August 23, 2018 21:00
-
-
Save LazyRen/ab6d6d63eb19767e6b932c47847604db to your computer and use it in GitHub Desktop.
mac sublime build system code. Use with matching .sh file!
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
Show hidden characters
{ | |
"shell_cmd": "gcc ${file_name} -o ${file_base_name}.out && sh /Users/LazyRen/Documents/Programming/c_cmd.sh \"${file}\"", | |
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$", | |
"working_dir": "${file_path}", | |
"selector": "source.c" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment