Delete 'APL1.1/SAE11_2021/.vscode/tasks.json'
This commit is contained in:
parent
11e8f80462
commit
cc9a68d4a1
29
APL1.1/SAE11_2021/.vscode/tasks.json
vendored
29
APL1.1/SAE11_2021/.vscode/tasks.json
vendored
@ -1,29 +0,0 @@
|
|||||||
{
|
|
||||||
"version": "2.0.0",
|
|
||||||
"tasks": [
|
|
||||||
{
|
|
||||||
"type": "cppbuild",
|
|
||||||
"label": "C/C++: gcc générer le fichier actif",
|
|
||||||
"command": "/usr/bin/gcc",
|
|
||||||
"args": [
|
|
||||||
"-fdiagnostics-color=always",
|
|
||||||
"-lm",
|
|
||||||
"-lgraph",
|
|
||||||
"-g",
|
|
||||||
"${file}",
|
|
||||||
"-o taquin.out main.o taquin.o utils.o graph_sup.o"
|
|
||||||
],
|
|
||||||
"options": {
|
|
||||||
"cwd": "${fileDirname}"
|
|
||||||
},
|
|
||||||
"problemMatcher": [
|
|
||||||
"$gcc"
|
|
||||||
],
|
|
||||||
"group": {
|
|
||||||
"kind": "build",
|
|
||||||
"isDefault": true
|
|
||||||
},
|
|
||||||
"detail": "compilateur : /usr/bin/gcc"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user