From cc9a68d4a15135b1c8be7e9ee7e1fbe4e49e6428 Mon Sep 17 00:00:00 2001 From: HORVILLE Date: Mon, 29 Nov 2021 00:34:48 +0100 Subject: [PATCH] Delete 'APL1.1/SAE11_2021/.vscode/tasks.json' --- APL1.1/SAE11_2021/.vscode/tasks.json | 29 ---------------------------- 1 file changed, 29 deletions(-) delete mode 100644 APL1.1/SAE11_2021/.vscode/tasks.json diff --git a/APL1.1/SAE11_2021/.vscode/tasks.json b/APL1.1/SAE11_2021/.vscode/tasks.json deleted file mode 100644 index 56e78ea..0000000 --- a/APL1.1/SAE11_2021/.vscode/tasks.json +++ /dev/null @@ -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" - } - ] -} \ No newline at end of file