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" - } -]