From 057480589c8f43eb3fd3b931e2370624a902a0b2 Mon Sep 17 00:00:00 2001 From: adjoly Date: Wed, 22 May 2024 09:31:01 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=97=91=EF=B8=8F=E3=80=8D=20clean?= =?UTF-8?q?:=20cleaned=20project.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compile_commands.json | 268 ------------------------------------------ 1 file changed, 268 deletions(-) delete mode 100644 compile_commands.json diff --git a/compile_commands.json b/compile_commands.json deleted file mode 100644 index a3ab7bc..0000000 --- a/compile_commands.json +++ /dev/null @@ -1,268 +0,0 @@ -[ - { - "directory": "/home/adjoly/42/ft_minipowershell", - "arguments": [ - "cc", - "-I", - "include/", - "-I", - "libft//include/", - "-Werror", - "-Wall", - "-Wextra", - "-g", - "src/prompt/get_prompt.c", - "-c", - "-o", - "obj/src/prompt/get_prompt.o" - ], - "file": "src/prompt/get_prompt.c" - }, - { - "directory": "/home/adjoly/42/ft_minipowershell", - "arguments": [ - "cc", - "-I", - "include/", - "-I", - "libft//include/", - "-Werror", - "-Wall", - "-Wextra", - "-g", - "src/prompt/get_hostname.c", - "-c", - "-o", - "obj/src/prompt/get_hostname.o" - ], - "file": "src/prompt/get_hostname.c" - }, - { - "directory": "/home/adjoly/42/ft_minipowershell", - "arguments": [ - "cc", - "-I", - "include/", - "-I", - "libft//include/", - "-Werror", - "-Wall", - "-Wextra", - "-g", - "src/prompt/get_pwd.c", - "-c", - "-o", - "obj/src/prompt/get_pwd.o" - ], - "file": "src/prompt/get_pwd.c" - }, - { - "directory": "/home/adjoly/42/ft_minipowershell", - "arguments": [ - "cc", - "-I", - "include/", - "-I", - "libft//include/", - "-Werror", - "-Wall", - "-Wextra", - "-g", - "src/env/env_list/ft_envnew.c", - "-c", - "-o", - "obj/src/env/env_list/ft_envnew.o" - ], - "file": "src/env/env_list/ft_envnew.c" - }, - { - "directory": "/home/adjoly/42/ft_minipowershell", - "arguments": [ - "cc", - "-I", - "include/", - "-I", - "libft//include/", - "-Werror", - "-Wall", - "-Wextra", - "-g", - "src/env/env_list/ft_envlast.c", - "-c", - "-o", - "obj/src/env/env_list/ft_envlast.o" - ], - "file": "src/env/env_list/ft_envlast.c" - }, - { - "directory": "/home/adjoly/42/ft_minipowershell", - "arguments": [ - "cc", - "-I", - "include/", - "-I", - "libft//include/", - "-Werror", - "-Wall", - "-Wextra", - "-g", - "src/env/env_list/ft_envdelone.c", - "-c", - "-o", - "obj/src/env/env_list/ft_envdelone.o" - ], - "file": "src/env/env_list/ft_envdelone.c" - }, - { - "directory": "/home/adjoly/42/ft_minipowershell", - "arguments": [ - "cc", - "-I", - "include/", - "-I", - "libft//include/", - "-Werror", - "-Wall", - "-Wextra", - "-g", - "src/env/env_list/ft_envsize.c", - "-c", - "-o", - "obj/src/env/env_list/ft_envsize.o" - ], - "file": "src/env/env_list/ft_envsize.c" - }, - { - "directory": "/home/adjoly/42/ft_minipowershell", - "arguments": [ - "cc", - "-I", - "include/", - "-I", - "libft//include/", - "-Werror", - "-Wall", - "-Wextra", - "-g", - "src/env/env_list/ft_envadd_back.c", - "-c", - "-o", - "obj/src/env/env_list/ft_envadd_back.o" - ], - "file": "src/env/env_list/ft_envadd_back.c" - }, - { - "directory": "/home/adjoly/42/ft_minipowershell", - "arguments": [ - "cc", - "-I", - "include/", - "-I", - "libft//include/", - "-Werror", - "-Wall", - "-Wextra", - "-g", - "src/env/env_list/ft_envadd_front.c", - "-c", - "-o", - "obj/src/env/env_list/ft_envadd_front.o" - ], - "file": "src/env/env_list/ft_envadd_front.c" - }, - { - "directory": "/home/adjoly/42/ft_minipowershell", - "arguments": [ - "cc", - "-I", - "include/", - "-I", - "libft//include/", - "-Werror", - "-Wall", - "-Wextra", - "-g", - "src/env/env_list/ft_envclear.c", - "-c", - "-o", - "obj/src/env/env_list/ft_envclear.o" - ], - "file": "src/env/env_list/ft_envclear.c" - }, - { - "directory": "/home/adjoly/42/ft_minipowershell", - "arguments": [ - "cc", - "-I", - "include/", - "-I", - "libft//include/", - "-Werror", - "-Wall", - "-Wextra", - "-g", - "src/env/env_cmd.c", - "-c", - "-o", - "obj/src/env/env_cmd.o" - ], - "file": "src/env/env_cmd.c" - }, - { - "directory": "/home/adjoly/42/ft_minipowershell", - "arguments": [ - "cc", - "-I", - "include/", - "-I", - "libft//include/", - "-Werror", - "-Wall", - "-Wextra", - "-g", - "src/main.c", - "-c", - "-o", - "obj/src/main.o" - ], - "file": "src/main.c" - }, - { - "directory": "/home/adjoly/42/ft_minipowershell", - "arguments": [ - "cc", - "-I", - "include/", - "-I", - "libft//include/", - "-Werror", - "-Wall", - "-Wextra", - "-g", - "src/is_str.c", - "-c", - "-o", - "obj/src/is_str.o" - ], - "file": "src/is_str.c" - }, - { - "directory": "/home/adjoly/42/ft_minipowershell", - "arguments": [ - "cc", - "-I", - "include/", - "-I", - "libft//include/", - "-Werror", - "-Wall", - "-Wextra", - "-g", - "src/parsing/split_cmd.c", - "-c", - "-o", - "obj/src/parsing/split_cmd.o" - ], - "file": "src/parsing/split_cmd.c" - } -]