mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2024-11-22 06:06:52 -08:00
12 lines
267 B
JSON
12 lines
267 B
JSON
[
|
|
{
|
|
"directory": "/path/to/project",
|
|
"command": "gcc -c -o file1.o file1.c",
|
|
"file": "/path/to/project/file1.c"
|
|
},
|
|
{
|
|
"directory": "/path/to/project",
|
|
"command": "g++ -c -o file2.o file2.cpp",
|
|
"file": "/path/to/project/file2.cpp"
|
|
}
|
|
] |