Skip to content

Instantly share code, notes, and snippets.

@alekratz
Created October 7, 2015 13:06
Show Gist options
  • Save alekratz/36e7d23182543ee507de to your computer and use it in GitHub Desktop.
Save alekratz/36e7d23182543ee507de to your computer and use it in GitHub Desktop.
alek.sublime-project
{
"folders":
[
{
"path": ".",
"name": "ALEK"
},
{
"path": "./arch/i686-elf",
"name": "I686-ELF"
},
{
"path": "./arch/arm-none-eabi",
"name": "RPI"
},
{
"path": "./core",
"name": "CORE"
},
{
"path": "./libc/libc",
"name": "LIBC"
},
{
"path": "./libc/libm",
"name": "LIBM"
},
{
"path": "/home/alek/dev/minix",
"name": "MINIX"
},
],
"build_systems":
[
{
"name": "Make",
"cmd": "make TARGET=x86"
}
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment