Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 220 Bytes

CBuild.md

File metadata and controls

6 lines (6 loc) · 220 Bytes

{ "cmd": ["gcc", "-Wall", "-ansi", "-pedantic-errors", "$file_name", "-o", "${file_base_name}.exe", "&&", "start", "cmd", "/k" , "$file_base_name"], "selector": "source.c", "working_dir": "${file_path}", "shell": true }