Skip to content

Instantly share code, notes, and snippets.

@idlephilosopher
idlephilosopher / C.sublime-build
Last active December 15, 2015 19:29 — forked from trietptm/C++.sublime-build
Sublime Text 2 build system for C that works on Windows.
{
"cmd": ["gcc", "${file}", "-o", "${file_path}/${file_base_name}"],
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
"working_dir": "${file_path}",
"selector": "source.c",
"variants":
[
{
"name": "Run",