parent
9ab95c799e
commit
6aca7ae42e
23 changed files with 2728 additions and 9 deletions
@ -0,0 +1,122 @@ |
||||
[ |
||||
{ |
||||
"arguments": [ |
||||
"clang", |
||||
"-c", |
||||
"-Wall", |
||||
"-Isrc/include", |
||||
"-g", |
||||
"-std=c11", |
||||
"-o", |
||||
"src/utils.o", |
||||
"src/utils.c" |
||||
], |
||||
"directory": "/mnt/data/projects/myshellin", |
||||
"file": "src/utils.c" |
||||
}, |
||||
{ |
||||
"arguments": [ |
||||
"clang", |
||||
"-c", |
||||
"-Wall", |
||||
"-Isrc/include", |
||||
"-g", |
||||
"-std=c11", |
||||
"-o", |
||||
"src/loop.o", |
||||
"src/loop.c" |
||||
], |
||||
"directory": "/mnt/data/projects/myshellin", |
||||
"file": "src/loop.c" |
||||
}, |
||||
{ |
||||
"arguments": [ |
||||
"clang", |
||||
"-c", |
||||
"-Wall", |
||||
"-Isrc/include", |
||||
"-g", |
||||
"-std=c11", |
||||
"-o", |
||||
"src/array.o", |
||||
"src/array.c" |
||||
], |
||||
"directory": "/mnt/data/projects/myshellin", |
||||
"file": "src/array.c" |
||||
}, |
||||
{ |
||||
"arguments": [ |
||||
"clang", |
||||
"-c", |
||||
"-Wall", |
||||
"-Isrc/include", |
||||
"-g", |
||||
"-std=c11", |
||||
"-o", |
||||
"src/builtins.o", |
||||
"src/builtins.c" |
||||
], |
||||
"directory": "/mnt/data/projects/myshellin", |
||||
"file": "src/builtins.c" |
||||
}, |
||||
{ |
||||
"arguments": [ |
||||
"clang", |
||||
"-c", |
||||
"-Wall", |
||||
"-Isrc/include", |
||||
"-g", |
||||
"-std=c11", |
||||
"-o", |
||||
"src/launch.o", |
||||
"src/launch.c" |
||||
], |
||||
"directory": "/mnt/data/projects/myshellin", |
||||
"file": "src/launch.c" |
||||
}, |
||||
{ |
||||
"arguments": [ |
||||
"clang", |
||||
"-c", |
||||
"-Wall", |
||||
"-Isrc/include", |
||||
"-g", |
||||
"-std=c11", |
||||
"-o", |
||||
"src/myshellin.o", |
||||
"src/myshellin.c" |
||||
], |
||||
"directory": "/mnt/data/projects/myshellin", |
||||
"file": "src/myshellin.c" |
||||
}, |
||||
{ |
||||
"arguments": [ |
||||
"clang", |
||||
"-c", |
||||
"-Wall", |
||||
"-Isrc/include", |
||||
"-g", |
||||
"-std=c11", |
||||
"-o", |
||||
"src/console_line.o", |
||||
"src/console_line.c" |
||||
], |
||||
"directory": "/mnt/data/projects/myshellin", |
||||
"file": "src/console_line.c" |
||||
}, |
||||
{ |
||||
"arguments": [ |
||||
"clang", |
||||
"-c", |
||||
"-Wall", |
||||
"-Isrc/include", |
||||
"-g", |
||||
"-std=c11", |
||||
"-o", |
||||
"src/redirect.o", |
||||
"src/redirect.c" |
||||
], |
||||
"directory": "/mnt/data/projects/myshellin", |
||||
"file": "src/redirect.c" |
||||
} |
||||
] |
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 185 KiB After Width: | Height: | Size: 185 KiB |
Loading…
Reference in new issue