I want to compile a simple C program with GCC. What do I need to put in the sublime-build file to do so?
In windows, compile and run, with file_regex
{ "cmd": ["gcc", "$file_name", "-o", "${file_base_name}.exe", "&&", "${file_base_name}.exe"], "file_regex": "^([^:]+):([0-9]+):", "selector": "source.c", "shell": true, "working_dir": "$file_path" }