From 9b5ebcdbc59270af5fce62547859a9ca2f89837c Mon Sep 17 00:00:00 2001 From: Adam JOLY Date: Thu, 9 May 2024 16:12:53 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=94=A8=E3=80=8D=20fix:=20Fixed?= =?UTF-8?q?=20make=20file=20with=20latest=20version=20of=20cc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 +- compile_commands.json | 268 ++++++++++++++++++++++++++++++++++++++++++ src/env/env_cmd.c | 6 +- 3 files changed, 273 insertions(+), 5 deletions(-) create mode 100644 compile_commands.json diff --git a/Makefile b/Makefile index e04e88a..a314616 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: mmoussou next && ft_strcmp(env->next->name, name))