mirror of
https://github.com/KeyZox71/ft_minipowershell.git
synced 2025-03-15 19:36:50 +01:00
22 lines
278 B
JSON
22 lines
278 B
JSON
|
[
|
||
|
{
|
||
|
"directory": "/nfs/homes/adjoly/Documents/ft_minipowershell",
|
||
|
"arguments": [
|
||
|
"cc",
|
||
|
"-I",
|
||
|
"include/",
|
||
|
"-I",
|
||
|
"libft/",
|
||
|
"-Werror",
|
||
|
"-Wall",
|
||
|
"-Wextra",
|
||
|
"-g",
|
||
|
"src/main.c",
|
||
|
"-c",
|
||
|
"-o",
|
||
|
"obj/src/main.o"
|
||
|
],
|
||
|
"file": "src/main.c"
|
||
|
}
|
||
|
]
|