Created
December 8, 2015 15:30
-
-
Save khairulhasanmd/2f8521a0a45b5a02a3d9 to your computer and use it in GitHub Desktop.
Sublime C build in windows
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
{ | |
"windows": | |
{ | |
"cmd": ["g++","$file_name","-o", "${file_base_name}.exe", "-lm", "-Wall", "&","start", "${file_base_name}.exe"] | |
}, | |
"selector" : "${file_base_name}.c", | |
"shell": true, | |
"working_dir" : "$file_path", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment