norme cd
This commit is contained in:
parent
865bb87f0b
commit
83d2bbad29
467 changed files with 4532 additions and 60 deletions
|
|
@ -1,5 +1,466 @@
|
||||||
[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m
|
[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;160mx[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[1;33m~[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;160mx[0m[31m[38;5;160mx[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[1;33m~[0m[31m[38;5;160mx[0m[31m[38;5;34m.[0m[31m[38;5;160mx[0m[31m[1;33m~[0m[31m[38;5;160mx[0m[31m[38;5;34m.[0m[31m[38;5;160mx[0m[31m[38;5;34m.[0m[31m[38;5;160mx[0m[31m[1;33m~[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[1;33m~[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[1;33m~[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m[31m[38;5;34m.[0m
|
||||||
|
|
||||||
Total tests: 36
|
----------------------------------------------------------------
|
||||||
Total failed tests: 0
|
|
||||||
|
[37;1mminishell/binary/004-binary-test-empty-path[0m [31m[38;5;160m(FAILED)[0m
|
||||||
|
|
||||||
|
Description:
|
||||||
|
[38;5;239m The purpose of this test is to check that the Shell finds binaries that are located in the current directory when the environment variable PATH is empty.[0m
|
||||||
|
|
||||||
|
Before test:
|
||||||
|
[38;5;239m 01: export PATH=""[0m
|
||||||
|
|
||||||
|
STDIN:
|
||||||
|
[38;5;239m 01: write_on_stdout "TOKEN201703252040"[0m
|
||||||
|
|
||||||
|
STDOUT:
|
||||||
|
[31m[38;5;160m FAILURE expected_to match_regex `TOKEN201703252040`[0m
|
||||||
|
[38;5;239m (no output)[0m
|
||||||
|
|
||||||
|
STDERR:
|
||||||
|
[31m[38;5;160m FAILURE expected_to be_empty[0m
|
||||||
|
[38;5;239m 01: ../../42sh: command not found: write_on_stdout[0m
|
||||||
|
|
||||||
|
MISC:
|
||||||
|
[31m[38;5;160m FAILURE expected_to exit_with_status `0`[0m
|
||||||
|
|
||||||
|
----------------------------------------------------------------
|
||||||
|
|
||||||
|
[37;1mminishell/binary/008-binary-too-many-symbolic-links-encountered[0m [31m[1;33m(WARNING)[0m
|
||||||
|
|
||||||
|
Description:
|
||||||
|
[38;5;239m The purpose of this test is to check that trying to execute a path that encounters an infinite loop of symbolic link results in an error on standard error and a failure exit status.[0m
|
||||||
|
|
||||||
|
Before test:
|
||||||
|
[38;5;239m 01: rm -rf ./symbolic_link1 ./symbolic_link2 ./symbolic_link3
|
||||||
|
02: ln -s ./symbolic_link1 ./symbolic_link2
|
||||||
|
03: ln -s ./symbolic_link2 ./symbolic_link3
|
||||||
|
04: ln -s ./symbolic_link3 ./symbolic_link1[0m
|
||||||
|
|
||||||
|
STDIN:
|
||||||
|
[38;5;239m 01: ./symbolic_link1[0m
|
||||||
|
|
||||||
|
STDOUT:
|
||||||
|
[31m[38;5;34m SUCCESS might be_empty[0m
|
||||||
|
[38;5;239m (no output)[0m
|
||||||
|
|
||||||
|
STDERR:
|
||||||
|
[31m[38;5;34m SUCCESS expected_to_not be_empty[0m
|
||||||
|
[31m[1;33m WARNING might match_regex `[Tt]oo many.*symbolic links`[0m
|
||||||
|
[38;5;239m 01: ../../42sh: ./symbolic_link1: no such file or directory[0m
|
||||||
|
|
||||||
|
MISC:
|
||||||
|
[31m[38;5;34m SUCCESS expected_to_not exit_with_status 0[0m
|
||||||
|
|
||||||
|
----------------------------------------------------------------
|
||||||
|
|
||||||
|
[37;1mminishell/builtins/cd/007-symbolic-link[0m [31m[38;5;160m(FAILED)[0m
|
||||||
|
|
||||||
|
Description:
|
||||||
|
[38;5;239m The purpose of this test is to check that using a symbolic link as first argument with the builtin `cd` results in moving the linked directory.[0m
|
||||||
|
|
||||||
|
Before test:
|
||||||
|
[38;5;239m 01: rm -f "./symbolic_link"
|
||||||
|
02: mkdir -p "./sub_directory"
|
||||||
|
03: ln -s "./sub_directory" "./symbolic_link"[0m
|
||||||
|
|
||||||
|
STDIN:
|
||||||
|
[38;5;239m 01: cd symbolic_link
|
||||||
|
02: /Users/ariard/Projects/42sh/42ShellTester/tmp/display_pwd
|
||||||
|
03: /Users/ariard/Projects/42sh/42ShellTester/tmp/display_env[0m
|
||||||
|
|
||||||
|
STDOUT:
|
||||||
|
[31m[38;5;34m SUCCESS expected_to match_regex `PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp/sub_directory:PWD$`[0m
|
||||||
|
[31m[38;5;160m FAILURE expected_to match_regex `^PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp/symbolic_link$`[0m
|
||||||
|
[38;5;239m 01: PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp/sub_directory:PWD
|
||||||
|
02: ------------------------------
|
||||||
|
03: TERM_PROGRAM=iTerm.app
|
||||||
|
04: TERM=screen-256color
|
||||||
|
05: SHELL=/bin/zsh
|
||||||
|
06: HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp
|
||||||
|
07: TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/
|
||||||
|
08: Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.h7gvN9K1go/Render
|
||||||
|
09: TERM_PROGRAM_VERSION=3.0.10
|
||||||
|
10: TERM_SESSION_ID=w0t0p1:D7FAE8F0-DDCC-428E-AC84-622B27EDC123
|
||||||
|
11: ZSH=/Users/ariard/.oh-my-zsh
|
||||||
|
12: USER=ariard
|
||||||
|
13: SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.1T0c86pYlP/Listeners
|
||||||
|
14: __CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0
|
||||||
|
15: PAGER=less
|
||||||
|
16: TMUX=/private/tmp/tmux-18965/default,23758,2
|
||||||
|
17: HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches
|
||||||
|
18: LSCOLORS=Gxfxcxdxbxegedabagacad
|
||||||
|
19: PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin
|
||||||
|
20: MAIL=ariard@student.42.fr
|
||||||
|
21: PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp/sub_directory
|
||||||
|
22: LANG=en_US.UTF-8
|
||||||
|
23: ITERM_PROFILE=Default
|
||||||
|
24: XPC_FLAGS=0x0
|
||||||
|
25: TMUX_PANE=%16
|
||||||
|
26: XPC_SERVICE_NAME=0
|
||||||
|
27: SHLVL=4
|
||||||
|
28: HOME=/Users/ariard
|
||||||
|
29: COLORFGBG=7;0
|
||||||
|
30: ITERM_SESSION_ID=w0t0p1:D7FAE8F0-DDCC-428E-AC84-622B27EDC123
|
||||||
|
31: LOGNAME=ariard
|
||||||
|
32: LESS=-R
|
||||||
|
33: LC_CTYPE=en_US.UTF-8
|
||||||
|
34: TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/
|
||||||
|
35: OLDPWD=/Users/ariard/Projects/42sh/42ShellTester/tmp
|
||||||
|
36: _=../../42sh
|
||||||
|
37: ?=0
|
||||||
|
38: ------------------------------
|
||||||
|
39: TOTAL ENVIRONMENT VARIABLES: 35[0m
|
||||||
|
|
||||||
|
STDERR:
|
||||||
|
[31m[38;5;34m SUCCESS expected_to be_empty[0m
|
||||||
|
[38;5;239m (no output)[0m
|
||||||
|
|
||||||
|
----------------------------------------------------------------
|
||||||
|
|
||||||
|
[37;1mminishell/builtins/cd/008-symbolic-link-2[0m [31m[38;5;160m(FAILED)[0m
|
||||||
|
|
||||||
|
Description:
|
||||||
|
[38;5;239m The purpose of this test is to check that using a symbolic link as first argument with the builtin `cd` results in moving to the linked directory. In this test, the directory is linked with to chained symbolic links.[0m
|
||||||
|
|
||||||
|
Before test:
|
||||||
|
[38;5;239m 01: rm -f "./symbolic_link1" "./symbolic_link2"
|
||||||
|
02: mkdir -p "./sub_directory"
|
||||||
|
03: ln -s "./sub_directory" "./symbolic_link1"
|
||||||
|
04: ln -s "./symbolic_link1" "./symbolic_link2"[0m
|
||||||
|
|
||||||
|
STDIN:
|
||||||
|
[38;5;239m 01: cd symbolic_link2
|
||||||
|
02: /Users/ariard/Projects/42sh/42ShellTester/tmp/display_pwd
|
||||||
|
03: /Users/ariard/Projects/42sh/42ShellTester/tmp/display_env[0m
|
||||||
|
|
||||||
|
STDOUT:
|
||||||
|
[31m[38;5;34m SUCCESS expected_to match_regex `PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp/sub_directory:PWD$`[0m
|
||||||
|
[31m[38;5;160m FAILURE expected_to match_regex `^PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp/symbolic_link2$`[0m
|
||||||
|
[38;5;239m 01: PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp/sub_directory:PWD
|
||||||
|
02: ------------------------------
|
||||||
|
03: TERM_PROGRAM=iTerm.app
|
||||||
|
04: TERM=screen-256color
|
||||||
|
05: SHELL=/bin/zsh
|
||||||
|
06: HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp
|
||||||
|
07: TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/
|
||||||
|
08: Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.h7gvN9K1go/Render
|
||||||
|
09: TERM_PROGRAM_VERSION=3.0.10
|
||||||
|
10: TERM_SESSION_ID=w0t0p1:D7FAE8F0-DDCC-428E-AC84-622B27EDC123
|
||||||
|
11: ZSH=/Users/ariard/.oh-my-zsh
|
||||||
|
12: USER=ariard
|
||||||
|
13: SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.1T0c86pYlP/Listeners
|
||||||
|
14: __CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0
|
||||||
|
15: PAGER=less
|
||||||
|
16: TMUX=/private/tmp/tmux-18965/default,23758,2
|
||||||
|
17: HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches
|
||||||
|
18: LSCOLORS=Gxfxcxdxbxegedabagacad
|
||||||
|
19: PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin
|
||||||
|
20: MAIL=ariard@student.42.fr
|
||||||
|
21: PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp/sub_directory
|
||||||
|
22: LANG=en_US.UTF-8
|
||||||
|
23: ITERM_PROFILE=Default
|
||||||
|
24: XPC_FLAGS=0x0
|
||||||
|
25: TMUX_PANE=%16
|
||||||
|
26: XPC_SERVICE_NAME=0
|
||||||
|
27: SHLVL=4
|
||||||
|
28: HOME=/Users/ariard
|
||||||
|
29: COLORFGBG=7;0
|
||||||
|
30: ITERM_SESSION_ID=w0t0p1:D7FAE8F0-DDCC-428E-AC84-622B27EDC123
|
||||||
|
31: LOGNAME=ariard
|
||||||
|
32: LESS=-R
|
||||||
|
33: LC_CTYPE=en_US.UTF-8
|
||||||
|
34: TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/
|
||||||
|
35: OLDPWD=/Users/ariard/Projects/42sh/42ShellTester/tmp
|
||||||
|
36: _=../../42sh
|
||||||
|
37: ?=0
|
||||||
|
38: ------------------------------
|
||||||
|
39: TOTAL ENVIRONMENT VARIABLES: 35[0m
|
||||||
|
|
||||||
|
STDERR:
|
||||||
|
[31m[38;5;34m SUCCESS expected_to be_empty[0m
|
||||||
|
[38;5;239m (no output)[0m
|
||||||
|
|
||||||
|
----------------------------------------------------------------
|
||||||
|
|
||||||
|
[37;1mminishell/builtins/cd/errors/001-not-a-directory[0m [31m[1;33m(WARNING)[0m
|
||||||
|
|
||||||
|
Description:
|
||||||
|
[38;5;239m The purpose of this test is to check that using a file name as first argument with the builtin `cd` results in error and not changing current directory.[0m
|
||||||
|
|
||||||
|
Before test:
|
||||||
|
[38;5;239m 01: touch "./not_a_directory"[0m
|
||||||
|
|
||||||
|
STDIN:
|
||||||
|
[38;5;239m 01: cd not_a_directory
|
||||||
|
02: /Users/ariard/Projects/42sh/42ShellTester/tmp/display_pwd[0m
|
||||||
|
|
||||||
|
STDOUT:
|
||||||
|
[31m[38;5;34m SUCCESS expected_to match_regex `PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp:PWD`[0m
|
||||||
|
[38;5;239m 01: PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp:PWD[0m
|
||||||
|
|
||||||
|
STDERR:
|
||||||
|
[31m[38;5;34m SUCCESS expected_to_not be_empty[0m
|
||||||
|
[31m[1;33m WARNING might match_regex `[Nn]ot a directory`[0m
|
||||||
|
[38;5;239m 01: ../../42sh: cd : ./not_a_directory: No such file or directory[0m
|
||||||
|
|
||||||
|
----------------------------------------------------------------
|
||||||
|
|
||||||
|
[37;1mminishell/builtins/cd/errors/002-not-a-directory-2[0m [31m[38;5;160m(FAILED)[0m
|
||||||
|
|
||||||
|
Description:
|
||||||
|
[38;5;239m The purpose of this test is to check that using a file name as first argument with the builtin `cd` results in a Shell termination with a failure exit status.[0m
|
||||||
|
|
||||||
|
Before test:
|
||||||
|
[38;5;239m 01: touch "./not_a_directory"[0m
|
||||||
|
|
||||||
|
STDIN:
|
||||||
|
[38;5;239m 01: cd not_a_directory[0m
|
||||||
|
|
||||||
|
STDOUT:
|
||||||
|
[38;5;239m (no output)[0m
|
||||||
|
|
||||||
|
STDERR:
|
||||||
|
[38;5;239m 01: ../../42sh: cd : ./not_a_directory: No such file or directory[0m
|
||||||
|
|
||||||
|
MISC:
|
||||||
|
[31m[38;5;160m FAILURE expected_to_not exit_with_status `0`[0m
|
||||||
|
|
||||||
|
----------------------------------------------------------------
|
||||||
|
|
||||||
|
[37;1mminishell/builtins/cd/errors/004-permission-denied-2[0m [31m[38;5;160m(FAILED)[0m
|
||||||
|
|
||||||
|
Description:
|
||||||
|
[38;5;239m The purpose of this test is to check that using a directory without any permission as first argument with the builtin `cd` results in error and not changing current directory.[0m
|
||||||
|
|
||||||
|
Before test:
|
||||||
|
[38;5;239m 01: if [ -d "./permission_denied" ]; then chmod 777 "./permission_denied"; fi
|
||||||
|
02: rm -rf "./permission_denied"
|
||||||
|
03: mkdir -m 0 "./permission_denied"[0m
|
||||||
|
|
||||||
|
STDIN:
|
||||||
|
[38;5;239m 01: cd permission_denied[0m
|
||||||
|
|
||||||
|
STDOUT:
|
||||||
|
[38;5;239m (no output)[0m
|
||||||
|
|
||||||
|
STDERR:
|
||||||
|
[38;5;239m 01: ../../42sh: cd : ./permission_denied: Permission denied[0m
|
||||||
|
|
||||||
|
MISC:
|
||||||
|
[31m[38;5;160m FAILURE expected_to_not exit_with_status `0`[0m
|
||||||
|
|
||||||
|
After test:
|
||||||
|
[38;5;239m 01: if [ -d "./permission_denied" ]; then chmod 777 "./permission_denied"; fi
|
||||||
|
02: rm -rf "./permission_denied"[0m
|
||||||
|
|
||||||
|
----------------------------------------------------------------
|
||||||
|
|
||||||
|
[37;1mminishell/builtins/cd/errors/005-too-many-symbolic-links-encountered[0m [31m[1;33m(WARNING)[0m
|
||||||
|
|
||||||
|
Description:
|
||||||
|
[38;5;239m The purpose of this test is to check that using a symbolic link resulting in ELOOP error as first argument with the builtin `cd` results in error and not changing current directory.[0m
|
||||||
|
|
||||||
|
Before test:
|
||||||
|
[38;5;239m 01: rm -f "./symbolic_link1" "./symbolic_link2" "./symbolic_link3"
|
||||||
|
02: ln -s "./symbolic_link1" "./symbolic_link2"
|
||||||
|
03: ln -s "./symbolic_link2" "./symbolic_link3"
|
||||||
|
04: ln -s "./symbolic_link3" "./symbolic_link1"[0m
|
||||||
|
|
||||||
|
STDIN:
|
||||||
|
[38;5;239m 01: cd symbolic_link1
|
||||||
|
02: /Users/ariard/Projects/42sh/42ShellTester/tmp/display_pwd[0m
|
||||||
|
|
||||||
|
STDOUT:
|
||||||
|
[31m[38;5;34m SUCCESS expected_to match_regex `PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp:PWD`[0m
|
||||||
|
[38;5;239m 01: PWD:/Users/ariard/Projects/42sh/42ShellTester/tmp:PWD[0m
|
||||||
|
|
||||||
|
STDERR:
|
||||||
|
[31m[38;5;34m SUCCESS expected_to_not be_empty[0m
|
||||||
|
[31m[1;33m WARNING might match_regex `[Tt]oo many.*symbolic links`[0m
|
||||||
|
[38;5;239m 01: ../../42sh: cd : ./symbolic_link1: No such file or directory[0m
|
||||||
|
|
||||||
|
----------------------------------------------------------------
|
||||||
|
|
||||||
|
[37;1mminishell/builtins/cd/errors/006-too-many-symbolic-links-encountered-2[0m [31m[38;5;160m(FAILED)[0m
|
||||||
|
|
||||||
|
Description:
|
||||||
|
[38;5;239m The purpose of this test is to check that using a symbolic link resulting in ELOOP error as first argument with the builtin `cd` results in a Shell termination with a failure exit status.[0m
|
||||||
|
|
||||||
|
Before test:
|
||||||
|
[38;5;239m 01: rm -f "./symbolic_link1" "./symbolic_link2" "./symbolic_link3"
|
||||||
|
02: ln -s "./symbolic_link1" "./symbolic_link2"
|
||||||
|
03: ln -s "./symbolic_link2" "./symbolic_link3"
|
||||||
|
04: ln -s "./symbolic_link3" "./symbolic_link1"[0m
|
||||||
|
|
||||||
|
STDIN:
|
||||||
|
[38;5;239m 01: cd symbolic_link1[0m
|
||||||
|
|
||||||
|
STDOUT:
|
||||||
|
[38;5;239m (no output)[0m
|
||||||
|
|
||||||
|
STDERR:
|
||||||
|
[38;5;239m 01: ../../42sh: cd : ./symbolic_link1: No such file or directory[0m
|
||||||
|
|
||||||
|
MISC:
|
||||||
|
[31m[38;5;160m FAILURE expected_to_not exit_with_status `0`[0m
|
||||||
|
|
||||||
|
----------------------------------------------------------------
|
||||||
|
|
||||||
|
[37;1mminishell/builtins/cd/errors/008-no-such-file-or-directory-2[0m [31m[38;5;160m(FAILED)[0m
|
||||||
|
|
||||||
|
Description:
|
||||||
|
[38;5;239m The purpose of this test is to check that using a non-existing path as first argument with the builtin `cd` results in a Shell termination with an error status code.[0m
|
||||||
|
|
||||||
|
Before test:
|
||||||
|
[38;5;239m 01: rm -f "./no_such_file_or_directory"[0m
|
||||||
|
|
||||||
|
STDIN:
|
||||||
|
[38;5;239m 01: cd no_such_file_or_directory[0m
|
||||||
|
|
||||||
|
STDOUT:
|
||||||
|
[38;5;239m (no output)[0m
|
||||||
|
|
||||||
|
STDERR:
|
||||||
|
[38;5;239m 01: ../../42sh: cd : ./no_such_file_or_directory: No such file or directory[0m
|
||||||
|
|
||||||
|
MISC:
|
||||||
|
[31m[38;5;160m FAILURE expected_to_not exit_with_status `0`[0m
|
||||||
|
|
||||||
|
----------------------------------------------------------------
|
||||||
|
|
||||||
|
[37;1mminishell/builtins/cd/errors/010-no-such-file-or-directory-symlink-2[0m [31m[38;5;160m(FAILED)[0m
|
||||||
|
|
||||||
|
Description:
|
||||||
|
[38;5;239m The purpose of this test is to check that using a symbolic link that targets to a non-existing directory with the builtin `cd` results in error and not changing current directory.[0m
|
||||||
|
|
||||||
|
Before test:
|
||||||
|
[38;5;239m 01: rm -rf "./enoent_symlink" "./enoent_directory"
|
||||||
|
02: ln -s "./enoent_directory" "./enoent_symlink"[0m
|
||||||
|
|
||||||
|
STDIN:
|
||||||
|
[38;5;239m 01: cd ./enoent_symlink[0m
|
||||||
|
|
||||||
|
STDOUT:
|
||||||
|
[38;5;239m (no output)[0m
|
||||||
|
|
||||||
|
STDERR:
|
||||||
|
[38;5;239m 01: ../../42sh: cd : /Users/ariard/Projects/42sh/42ShellTester/tmp/./enoent_symlink: No such file or directory[0m
|
||||||
|
|
||||||
|
MISC:
|
||||||
|
[31m[38;5;160m FAILURE expected_to_not exit_with_status `0`[0m
|
||||||
|
|
||||||
|
----------------------------------------------------------------
|
||||||
|
|
||||||
|
[37;1mminishell/builtins/cd/options/001-not-following-links[0m [31m[1;33m(WARNING)[0m
|
||||||
|
|
||||||
|
Description:
|
||||||
|
[38;5;239m The purpose of this test is to check that using symbolic links twice with the builtin `cd` and the option `-P` results in a correct environment variable PWD. The option `-P` makes the Shell to resolve symbolic links.[0m
|
||||||
|
|
||||||
|
Before test:
|
||||||
|
[38;5;239m 01: rm -fr "./sub_directory_link" "./sub_directory"
|
||||||
|
02: mkdir -p "./sub_directory/sub_sub_directory"
|
||||||
|
03: ln -s "./sub_directory" "./sub_directory_link"
|
||||||
|
04: ln -s "./sub_sub_directory" "./sub_directory/sub_sub_directory_link"[0m
|
||||||
|
|
||||||
|
STDIN:
|
||||||
|
[38;5;239m 01: cd -P sub_directory_link
|
||||||
|
02: cd -P sub_sub_directory_link
|
||||||
|
03: /Users/ariard/Projects/42sh/42ShellTester/tmp/display_env[0m
|
||||||
|
|
||||||
|
STDOUT:
|
||||||
|
[31m[38;5;34m SUCCESS expected_to match_regex `PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp/sub_directory/sub_sub_directory`[0m
|
||||||
|
[38;5;239m 01: ------------------------------
|
||||||
|
02: TERM_PROGRAM=iTerm.app
|
||||||
|
03: TERM=screen-256color
|
||||||
|
04: SHELL=/bin/zsh
|
||||||
|
05: HOMEBREW_TEMP=/tmp/ariard/Homebrew/Temp
|
||||||
|
06: TMPDIR=/var/folders/zz/zyxvpxvq6csfxvn_n0002_2m000khn/T/
|
||||||
|
07: Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.h7gvN9K1go/Render
|
||||||
|
08: TERM_PROGRAM_VERSION=3.0.10
|
||||||
|
09: TERM_SESSION_ID=w0t0p1:D7FAE8F0-DDCC-428E-AC84-622B27EDC123
|
||||||
|
10: ZSH=/Users/ariard/.oh-my-zsh
|
||||||
|
11: USER=ariard
|
||||||
|
12: SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.1T0c86pYlP/Listeners
|
||||||
|
13: __CF_USER_TEXT_ENCODING=0x4A15:0x0:0x0
|
||||||
|
14: PAGER=less
|
||||||
|
15: TMUX=/private/tmp/tmux-18965/default,23758,2
|
||||||
|
16: HOMEBREW_CACHE=/tmp/ariard/Homebrew/Caches
|
||||||
|
17: LSCOLORS=Gxfxcxdxbxegedabagacad
|
||||||
|
18: PATH=/Users/ariard/.brew/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/munki://Users/ariard/local/bin
|
||||||
|
19: MAIL=ariard@student.42.fr
|
||||||
|
20: PWD=/Users/ariard/Projects/42sh/42ShellTester/tmp/sub_directory/sub_sub_directory
|
||||||
|
21: LANG=en_US.UTF-8
|
||||||
|
22: ITERM_PROFILE=Default
|
||||||
|
23: XPC_FLAGS=0x0
|
||||||
|
24: TMUX_PANE=%16
|
||||||
|
25: XPC_SERVICE_NAME=0
|
||||||
|
26: SHLVL=4
|
||||||
|
27: HOME=/Users/ariard
|
||||||
|
28: COLORFGBG=7;0
|
||||||
|
29: ITERM_SESSION_ID=w0t0p1:D7FAE8F0-DDCC-428E-AC84-622B27EDC123
|
||||||
|
30: LOGNAME=ariard
|
||||||
|
31: LESS=-R
|
||||||
|
32: LC_CTYPE=en_US.UTF-8
|
||||||
|
33: TMUX_PLUGIN_MANAGER_PATH=/Users/ariard/.tmux/plugins/
|
||||||
|
34: OLDPWD=/Users/ariard/Projects/42sh/42ShellTester/tmp/sub_directory
|
||||||
|
35: _=../../42sh
|
||||||
|
36: ?=0
|
||||||
|
37: ------------------------------
|
||||||
|
38: TOTAL ENVIRONMENT VARIABLES: 35[0m
|
||||||
|
|
||||||
|
STDERR:
|
||||||
|
[31m[1;33m WARNING might be_empty[0m
|
||||||
|
[38;5;239m 01: ../../42sh: cd : ./sub_directory_link: Permission denied
|
||||||
|
02: ../../42sh: cd : ./sub_sub_directory_link: Permission denied[0m
|
||||||
|
|
||||||
|
----------------------------------------------------------------
|
||||||
|
|
||||||
|
[37;1mminishell/builtins/env/errors/001-command-not-found[0m [31m[1;33m(WARNING)[0m
|
||||||
|
|
||||||
|
Description:
|
||||||
|
[38;5;239m The purpose of this test is to check that using the builtin `env` with an invalid binary as argument results in an error and failure exit status.[0m
|
||||||
|
|
||||||
|
Before test:
|
||||||
|
[38;5;239m 01: rm -f "./invalid_binary"[0m
|
||||||
|
|
||||||
|
STDIN:
|
||||||
|
[38;5;239m 01: env ./invalid_binary[0m
|
||||||
|
|
||||||
|
STDOUT:
|
||||||
|
[38;5;239m (no output)[0m
|
||||||
|
|
||||||
|
STDERR:
|
||||||
|
[31m[38;5;34m SUCCESS expected_to_not be_empty[0m
|
||||||
|
[31m[1;33m WARNING might match_regex `[Cc]ommand not found`[0m
|
||||||
|
[38;5;239m 01: ../../42sh: env: ./invalid_binary: No such file or directory[0m
|
||||||
|
|
||||||
|
MISC:
|
||||||
|
[31m[38;5;34m SUCCESS expected_to_not exit_with_status `0`[0m
|
||||||
|
|
||||||
|
----------------------------------------------------------------
|
||||||
|
|
||||||
|
[37;1mminishell/builtins/exit/errors/001-too-many-args[0m [31m[1;33m(WARNING)[0m
|
||||||
|
|
||||||
|
Description:
|
||||||
|
[38;5;239m The purpose of this test is to check that using a wrong number of arguments with the builtin `exit` does not result in the Shell termination but an error on standard error.[0m
|
||||||
|
|
||||||
|
STDIN:
|
||||||
|
[38;5;239m 01: exit 21 42
|
||||||
|
02: ./write_on_stdout TOKEN201703252040[0m
|
||||||
|
|
||||||
|
STDOUT:
|
||||||
|
[31m[38;5;34m SUCCESS expected_to match_regex `TOKEN201703252040`[0m
|
||||||
|
[38;5;239m 01: TOKEN201703252040[0m
|
||||||
|
|
||||||
|
STDERR:
|
||||||
|
[31m[38;5;34m SUCCESS expected_to_not be_empty[0m
|
||||||
|
[31m[1;33m WARNING might match_regex `([Tt]oo many arguments|[Aa]rgument list too long)`[0m
|
||||||
|
[38;5;239m 01: ../../42sh: exit: too many argument required[0m
|
||||||
|
|
||||||
|
MISC:
|
||||||
|
[31m[38;5;34m SUCCESS expected_to exit_with_status `0`[0m
|
||||||
|
|
||||||
|
Total tests: 54
|
||||||
|
Total failed tests: 8
|
||||||
Total pending tests: 0
|
Total pending tests: 0
|
||||||
|
|
|
||||||
10
42sh/STDUG
10
42sh/STDUG
|
|
@ -1,10 +0,0 @@
|
||||||
[7m[35m41830[33m main.c [1m[34m47 [0m[0m
|
|
||||||
[7m[35m41830[33m main.c [1m[34m24 [0mbefore readline[0m
|
|
||||||
[7m[35m41830[33m readline.c [1m[34m28 [0mreadline stind[0m
|
|
||||||
[7m[35m41830[33m readline.c [1m[34m30 [0mafter stdin[0m
|
|
||||||
[7m[35m41830[33m main.c [1m[34m26 [0mafter readline[0m
|
|
||||||
[7m[35m41830[33m main.c [1m[34m50 [0m[0m
|
|
||||||
[7m[35m41830[33m main.c [1m[34m53 [0m[0m
|
|
||||||
[7m[35m41830[33m main.c [1m[34m47 [0m[0m
|
|
||||||
[7m[35m41830[33m main.c [1m[34m24 [0mbefore readline[0m
|
|
||||||
[7m[35m41830[33m readline.c [1m[34m28 [0mreadline stind[0m
|
|
||||||
5
42sh/libft/objs/btree/btree_apply_by_level.d
Normal file
5
42sh/libft/objs/btree/btree_apply_by_level.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/btree/btree_apply_by_level.o: src/btree/btree_apply_by_level.c \
|
||||||
|
includes/btree.h includes/libft.h includes/ft_types.h includes/error.h \
|
||||||
|
includes/color.h includes/cliopts.h includes/lst.h includes/dlst.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/btree/btree_apply_infix.d
Normal file
5
42sh/libft/objs/btree/btree_apply_infix.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/btree/btree_apply_infix.o: src/btree/btree_apply_infix.c \
|
||||||
|
includes/btree.h includes/libft.h includes/ft_types.h includes/error.h \
|
||||||
|
includes/color.h includes/cliopts.h includes/lst.h includes/dlst.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/btree/btree_apply_prefix.d
Normal file
5
42sh/libft/objs/btree/btree_apply_prefix.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/btree/btree_apply_prefix.o: src/btree/btree_apply_prefix.c \
|
||||||
|
includes/btree.h includes/libft.h includes/ft_types.h includes/error.h \
|
||||||
|
includes/color.h includes/cliopts.h includes/lst.h includes/dlst.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/btree/btree_apply_suffix.d
Normal file
5
42sh/libft/objs/btree/btree_apply_suffix.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/btree/btree_apply_suffix.o: src/btree/btree_apply_suffix.c \
|
||||||
|
includes/btree.h includes/libft.h includes/ft_types.h includes/error.h \
|
||||||
|
includes/color.h includes/cliopts.h includes/lst.h includes/dlst.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/btree/btree_create_node.d
Normal file
5
42sh/libft/objs/btree/btree_create_node.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/btree/btree_create_node.o: src/btree/btree_create_node.c \
|
||||||
|
includes/btree.h includes/libft.h includes/ft_types.h includes/error.h \
|
||||||
|
includes/color.h includes/cliopts.h includes/lst.h includes/dlst.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/btree/btree_del.d
Normal file
5
42sh/libft/objs/btree/btree_del.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/btree/btree_del.o: src/btree/btree_del.c includes/btree.h \
|
||||||
|
includes/libft.h includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/str.h \
|
||||||
|
includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/btree/btree_delone.d
Normal file
5
42sh/libft/objs/btree/btree_delone.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/btree/btree_delone.o: src/btree/btree_delone.c includes/btree.h \
|
||||||
|
includes/libft.h includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/str.h \
|
||||||
|
includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/btree/btree_insert_data.d
Normal file
5
42sh/libft/objs/btree/btree_insert_data.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/btree/btree_insert_data.o: src/btree/btree_insert_data.c \
|
||||||
|
includes/btree.h includes/libft.h includes/ft_types.h includes/error.h \
|
||||||
|
includes/color.h includes/cliopts.h includes/lst.h includes/dlst.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/btree/btree_level_count.d
Normal file
5
42sh/libft/objs/btree/btree_level_count.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/btree/btree_level_count.o: src/btree/btree_level_count.c \
|
||||||
|
includes/btree.h includes/libft.h includes/ft_types.h includes/error.h \
|
||||||
|
includes/color.h includes/cliopts.h includes/lst.h includes/dlst.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/btree/btree_map.d
Normal file
5
42sh/libft/objs/btree/btree_map.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/btree/btree_map.o: src/btree/btree_map.c includes/btree.h \
|
||||||
|
includes/libft.h includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/str.h \
|
||||||
|
includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/btree/btree_print.d
Normal file
5
42sh/libft/objs/btree/btree_print.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/btree/btree_print.o: src/btree/btree_print.c includes/btree.h \
|
||||||
|
includes/libft.h includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/str.h \
|
||||||
|
includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/btree/btree_search_item.d
Normal file
5
42sh/libft/objs/btree/btree_search_item.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/btree/btree_search_item.o: src/btree/btree_search_item.c \
|
||||||
|
includes/btree.h includes/libft.h includes/ft_types.h includes/error.h \
|
||||||
|
includes/color.h includes/cliopts.h includes/lst.h includes/dlst.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/char/ft_isalnum.d
Normal file
5
42sh/libft/objs/char/ft_isalnum.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/char/ft_isalnum.o: src/char/ft_isalnum.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/char/ft_isalpha.d
Normal file
5
42sh/libft/objs/char/ft_isalpha.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/char/ft_isalpha.o: src/char/ft_isalpha.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/char/ft_isascii.d
Normal file
5
42sh/libft/objs/char/ft_isascii.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/char/ft_isascii.o: src/char/ft_isascii.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/char/ft_isdigit.d
Normal file
5
42sh/libft/objs/char/ft_isdigit.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/char/ft_isdigit.o: src/char/ft_isdigit.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/char/ft_isprint.d
Normal file
5
42sh/libft/objs/char/ft_isprint.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/char/ft_isprint.o: src/char/ft_isprint.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/char/ft_tolower.d
Normal file
5
42sh/libft/objs/char/ft_tolower.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/char/ft_tolower.o: src/char/ft_tolower.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/char/ft_toupper.d
Normal file
5
42sh/libft/objs/char/ft_toupper.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/char/ft_toupper.o: src/char/ft_toupper.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/cliopts/cliopts_get.d
Normal file
5
42sh/libft/objs/cliopts/cliopts_get.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/cliopts/cliopts_get.o: src/cliopts/cliopts_get.c includes/cliopts.h \
|
||||||
|
includes/libft.h includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/lst.h includes/dlst.h includes/btree.h includes/str.h \
|
||||||
|
includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/cliopts/cliopts_getmap.d
Normal file
5
42sh/libft/objs/cliopts/cliopts_getmap.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/cliopts/cliopts_getmap.o: src/cliopts/cliopts_getmap.c \
|
||||||
|
includes/cliopts.h includes/libft.h includes/ft_types.h \
|
||||||
|
includes/error.h includes/color.h includes/lst.h includes/dlst.h \
|
||||||
|
includes/btree.h includes/str.h includes/sstr.h includes/math.h \
|
||||||
|
includes/mytime.h includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/color/ft_color_mk.d
Normal file
5
42sh/libft/objs/color/ft_color_mk.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/color/ft_color_mk.o: src/color/ft_color_mk.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/color/ft_color_mkif.d
Normal file
5
42sh/libft/objs/color/ft_color_mkif.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/color/ft_color_mkif.o: src/color/ft_color_mkif.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/color/ft_color_reset.d
Normal file
5
42sh/libft/objs/color/ft_color_reset.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/color/ft_color_reset.o: src/color/ft_color_reset.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/color/ft_color_set.d
Normal file
5
42sh/libft/objs/color/ft_color_set.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/color/ft_color_set.o: src/color/ft_color_set.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/dlst/ft_dlstadd_after.d
Normal file
5
42sh/libft/objs/dlst/ft_dlstadd_after.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/dlst/ft_dlstadd_after.o: src/dlst/ft_dlstadd_after.c \
|
||||||
|
includes/libft.h includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/dlst/ft_dlstadd_before.d
Normal file
5
42sh/libft/objs/dlst/ft_dlstadd_before.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/dlst/ft_dlstadd_before.o: src/dlst/ft_dlstadd_before.c \
|
||||||
|
includes/libft.h includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/dlst/ft_dlstdel.d
Normal file
5
42sh/libft/objs/dlst/ft_dlstdel.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/dlst/ft_dlstdel.o: src/dlst/ft_dlstdel.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/dlst/ft_dlstdelone.d
Normal file
5
42sh/libft/objs/dlst/ft_dlstdelone.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/dlst/ft_dlstdelone.o: src/dlst/ft_dlstdelone.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/dlst/ft_dlstlast.d
Normal file
5
42sh/libft/objs/dlst/ft_dlstlast.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/dlst/ft_dlstlast.o: src/dlst/ft_dlstlast.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/dlst/ft_dlstnew.d
Normal file
5
42sh/libft/objs/dlst/ft_dlstnew.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/dlst/ft_dlstnew.o: src/dlst/ft_dlstnew.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/dlst/ft_dlstrtostr.d
Normal file
5
42sh/libft/objs/dlst/ft_dlstrtostr.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/dlst/ft_dlstrtostr.o: src/dlst/ft_dlstrtostr.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/dlst/ft_dlstsize.d
Normal file
5
42sh/libft/objs/dlst/ft_dlstsize.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/dlst/ft_dlstsize.o: src/dlst/ft_dlstsize.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/error/error.d
Normal file
5
42sh/libft/objs/error/error.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/error/error.o: src/error/error.c includes/error.h includes/libft.h \
|
||||||
|
includes/ft_types.h includes/color.h includes/cliopts.h includes/lst.h \
|
||||||
|
includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \
|
||||||
|
includes/math.h includes/mytime.h includes/get_next_line.h \
|
||||||
|
includes/sys.h
|
||||||
6
42sh/libft/objs/ft_printf/ft_conversion.d
Normal file
6
42sh/libft/objs/ft_printf/ft_conversion.d
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
objs/ft_printf/ft_conversion.o: src/ft_printf/ft_conversion.c \
|
||||||
|
includes/ft_printf.h includes/libft.h includes/ft_types.h \
|
||||||
|
includes/error.h includes/color.h includes/cliopts.h includes/lst.h \
|
||||||
|
includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \
|
||||||
|
includes/math.h includes/mytime.h includes/get_next_line.h \
|
||||||
|
includes/sys.h
|
||||||
6
42sh/libft/objs/ft_printf/ft_fmt_simplify.d
Normal file
6
42sh/libft/objs/ft_printf/ft_fmt_simplify.d
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
objs/ft_printf/ft_fmt_simplify.o: src/ft_printf/ft_fmt_simplify.c \
|
||||||
|
includes/ft_printf.h includes/libft.h includes/ft_types.h \
|
||||||
|
includes/error.h includes/color.h includes/cliopts.h includes/lst.h \
|
||||||
|
includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \
|
||||||
|
includes/math.h includes/mytime.h includes/get_next_line.h \
|
||||||
|
includes/sys.h
|
||||||
6
42sh/libft/objs/ft_printf/ft_fmt_validate_conv.d
Normal file
6
42sh/libft/objs/ft_printf/ft_fmt_validate_conv.d
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
objs/ft_printf/ft_fmt_validate_conv.o: \
|
||||||
|
src/ft_printf/ft_fmt_validate_conv.c includes/ft_printf.h \
|
||||||
|
includes/libft.h includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
6
42sh/libft/objs/ft_printf/ft_fmt_validate_flags.d
Normal file
6
42sh/libft/objs/ft_printf/ft_fmt_validate_flags.d
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
objs/ft_printf/ft_fmt_validate_flags.o: \
|
||||||
|
src/ft_printf/ft_fmt_validate_flags.c includes/ft_printf.h \
|
||||||
|
includes/libft.h includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
6
42sh/libft/objs/ft_printf/ft_fmt_validate_mod.d
Normal file
6
42sh/libft/objs/ft_printf/ft_fmt_validate_mod.d
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
objs/ft_printf/ft_fmt_validate_mod.o: src/ft_printf/ft_fmt_validate_mod.c \
|
||||||
|
includes/ft_printf.h includes/libft.h includes/ft_types.h \
|
||||||
|
includes/error.h includes/color.h includes/cliopts.h includes/lst.h \
|
||||||
|
includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \
|
||||||
|
includes/math.h includes/mytime.h includes/get_next_line.h \
|
||||||
|
includes/sys.h
|
||||||
6
42sh/libft/objs/ft_printf/ft_printf.d
Normal file
6
42sh/libft/objs/ft_printf/ft_printf.d
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
objs/ft_printf/ft_printf.o: src/ft_printf/ft_printf.c \
|
||||||
|
includes/ft_printf.h includes/libft.h includes/ft_types.h \
|
||||||
|
includes/error.h includes/color.h includes/cliopts.h includes/lst.h \
|
||||||
|
includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \
|
||||||
|
includes/math.h includes/mytime.h includes/get_next_line.h \
|
||||||
|
includes/sys.h
|
||||||
6
42sh/libft/objs/ft_printf/ft_printf_color.d
Normal file
6
42sh/libft/objs/ft_printf/ft_printf_color.d
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
objs/ft_printf/ft_printf_color.o: src/ft_printf/ft_printf_color.c \
|
||||||
|
includes/ft_printf.h includes/libft.h includes/ft_types.h \
|
||||||
|
includes/error.h includes/color.h includes/cliopts.h includes/lst.h \
|
||||||
|
includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \
|
||||||
|
includes/math.h includes/mytime.h includes/get_next_line.h \
|
||||||
|
includes/sys.h
|
||||||
6
42sh/libft/objs/ft_printf/ft_printf_parse.d
Normal file
6
42sh/libft/objs/ft_printf/ft_printf_parse.d
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
objs/ft_printf/ft_printf_parse.o: src/ft_printf/ft_printf_parse.c \
|
||||||
|
includes/ft_printf.h includes/libft.h includes/ft_types.h \
|
||||||
|
includes/error.h includes/color.h includes/cliopts.h includes/lst.h \
|
||||||
|
includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \
|
||||||
|
includes/math.h includes/mytime.h includes/get_next_line.h \
|
||||||
|
includes/sys.h
|
||||||
6
42sh/libft/objs/ft_printf/ft_transform.d
Normal file
6
42sh/libft/objs/ft_printf/ft_transform.d
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
objs/ft_printf/ft_transform.o: src/ft_printf/ft_transform.c \
|
||||||
|
includes/ft_printf.h includes/libft.h includes/ft_types.h \
|
||||||
|
includes/error.h includes/color.h includes/cliopts.h includes/lst.h \
|
||||||
|
includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \
|
||||||
|
includes/math.h includes/mytime.h includes/get_next_line.h \
|
||||||
|
includes/sys.h
|
||||||
6
42sh/libft/objs/ft_printf/ft_vprintf.d
Normal file
6
42sh/libft/objs/ft_printf/ft_vprintf.d
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
objs/ft_printf/ft_vprintf.o: src/ft_printf/ft_vprintf.c \
|
||||||
|
includes/ft_printf.h includes/libft.h includes/ft_types.h \
|
||||||
|
includes/error.h includes/color.h includes/cliopts.h includes/lst.h \
|
||||||
|
includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \
|
||||||
|
includes/math.h includes/mytime.h includes/get_next_line.h \
|
||||||
|
includes/sys.h
|
||||||
5
42sh/libft/objs/ft_printf/lib_fmt.d
Normal file
5
42sh/libft/objs/ft_printf/lib_fmt.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/ft_printf/lib_fmt.o: src/ft_printf/lib_fmt.c includes/ft_printf.h \
|
||||||
|
includes/libft.h includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
6
42sh/libft/objs/ft_printf/lib_fmt_error.d
Normal file
6
42sh/libft/objs/ft_printf/lib_fmt_error.d
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
objs/ft_printf/lib_fmt_error.o: src/ft_printf/lib_fmt_error.c \
|
||||||
|
includes/ft_printf.h includes/libft.h includes/ft_types.h \
|
||||||
|
includes/error.h includes/color.h includes/cliopts.h includes/lst.h \
|
||||||
|
includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \
|
||||||
|
includes/math.h includes/mytime.h includes/get_next_line.h \
|
||||||
|
includes/sys.h
|
||||||
5
42sh/libft/objs/ft_printf/lib_pad.d
Normal file
5
42sh/libft/objs/ft_printf/lib_pad.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/ft_printf/lib_pad.o: src/ft_printf/lib_pad.c includes/ft_printf.h \
|
||||||
|
includes/libft.h includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
6
42sh/libft/objs/ft_printf/lib_pad_sharp.d
Normal file
6
42sh/libft/objs/ft_printf/lib_pad_sharp.d
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
objs/ft_printf/lib_pad_sharp.o: src/ft_printf/lib_pad_sharp.c \
|
||||||
|
includes/ft_printf.h includes/libft.h includes/ft_types.h \
|
||||||
|
includes/error.h includes/color.h includes/cliopts.h includes/lst.h \
|
||||||
|
includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \
|
||||||
|
includes/math.h includes/mytime.h includes/get_next_line.h \
|
||||||
|
includes/sys.h
|
||||||
5
42sh/libft/objs/get_next_line/get_next_line.d
Normal file
5
42sh/libft/objs/get_next_line/get_next_line.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/get_next_line/get_next_line.o: src/get_next_line/get_next_line.c \
|
||||||
|
includes/get_next_line.h includes/libft.h includes/ft_types.h \
|
||||||
|
includes/error.h includes/color.h includes/cliopts.h includes/lst.h \
|
||||||
|
includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \
|
||||||
|
includes/math.h includes/mytime.h includes/sys.h
|
||||||
5
42sh/libft/objs/lst/ft_id.d
Normal file
5
42sh/libft/objs/lst/ft_id.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/ft_id.o: src/lst/ft_id.c includes/libft.h includes/ft_types.h \
|
||||||
|
includes/error.h includes/color.h includes/cliopts.h includes/lst.h \
|
||||||
|
includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \
|
||||||
|
includes/math.h includes/mytime.h includes/get_next_line.h \
|
||||||
|
includes/sys.h
|
||||||
5
42sh/libft/objs/lst/ft_lst_at.d
Normal file
5
42sh/libft/objs/lst/ft_lst_at.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/ft_lst_at.o: src/lst/ft_lst_at.c includes/lst.h includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/dlst.h includes/btree.h includes/str.h \
|
||||||
|
includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/lst/ft_lst_bfree.d
Normal file
5
42sh/libft/objs/lst/ft_lst_bfree.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/ft_lst_bfree.o: src/lst/ft_lst_bfree.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/lst/ft_lst_cfree.d
Normal file
5
42sh/libft/objs/lst/ft_lst_cfree.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/ft_lst_cfree.o: src/lst/ft_lst_cfree.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/lst/ft_lst_delif.d
Normal file
5
42sh/libft/objs/lst/ft_lst_delif.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/ft_lst_delif.o: src/lst/ft_lst_delif.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/lst/ft_lst_delsub.d
Normal file
5
42sh/libft/objs/lst/ft_lst_delsub.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/ft_lst_delsub.o: src/lst/ft_lst_delsub.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/lst/ft_lst_filter.d
Normal file
5
42sh/libft/objs/lst/ft_lst_filter.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/ft_lst_filter.o: src/lst/ft_lst_filter.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/lst/ft_lst_find.d
Normal file
5
42sh/libft/objs/lst/ft_lst_find.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/ft_lst_find.o: src/lst/ft_lst_find.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/lst/ft_lst_merge.d
Normal file
5
42sh/libft/objs/lst/ft_lst_merge.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/ft_lst_merge.o: src/lst/ft_lst_merge.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/lst/ft_lst_order_delsub.d
Normal file
5
42sh/libft/objs/lst/ft_lst_order_delsub.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/ft_lst_order_delsub.o: src/lst/ft_lst_order_delsub.c \
|
||||||
|
includes/libft.h includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/lst/ft_lst_print.d
Normal file
5
42sh/libft/objs/lst/ft_lst_print.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/ft_lst_print.o: src/lst/ft_lst_print.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/lst/ft_lst_print2.d
Normal file
5
42sh/libft/objs/lst/ft_lst_print2.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/ft_lst_print2.o: src/lst/ft_lst_print2.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/lst/ft_lst_removeif.d
Normal file
5
42sh/libft/objs/lst/ft_lst_removeif.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/ft_lst_removeif.o: src/lst/ft_lst_removeif.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/lst/ft_lst_reverse.d
Normal file
5
42sh/libft/objs/lst/ft_lst_reverse.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/ft_lst_reverse.o: src/lst/ft_lst_reverse.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/lst/ft_lst_size.d
Normal file
5
42sh/libft/objs/lst/ft_lst_size.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/ft_lst_size.o: src/lst/ft_lst_size.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/lst/ft_lst_sorted_insert.d
Normal file
5
42sh/libft/objs/lst/ft_lst_sorted_insert.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/ft_lst_sorted_insert.o: src/lst/ft_lst_sorted_insert.c \
|
||||||
|
includes/libft.h includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/lst/ft_lst_sorted_merge.d
Normal file
5
42sh/libft/objs/lst/ft_lst_sorted_merge.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/ft_lst_sorted_merge.o: src/lst/ft_lst_sorted_merge.c \
|
||||||
|
includes/libft.h includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/lst/ft_lstadd.d
Normal file
5
42sh/libft/objs/lst/ft_lstadd.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/ft_lstadd.o: src/lst/ft_lstadd.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/lst/ft_lstdel.d
Normal file
5
42sh/libft/objs/lst/ft_lstdel.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/ft_lstdel.o: src/lst/ft_lstdel.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/lst/ft_lstdelone.d
Normal file
5
42sh/libft/objs/lst/ft_lstdelone.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/ft_lstdelone.o: src/lst/ft_lstdelone.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/lst/ft_lsteadd.d
Normal file
5
42sh/libft/objs/lst/ft_lsteadd.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/ft_lsteadd.o: src/lst/ft_lsteadd.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/lst/ft_lstiter.d
Normal file
5
42sh/libft/objs/lst/ft_lstiter.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/ft_lstiter.o: src/lst/ft_lstiter.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/lst/ft_lstlast.d
Normal file
5
42sh/libft/objs/lst/ft_lstlast.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/ft_lstlast.o: src/lst/ft_lstlast.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/lst/ft_lstmap.d
Normal file
5
42sh/libft/objs/lst/ft_lstmap.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/ft_lstmap.o: src/lst/ft_lstmap.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/lst/ft_lstnadd.d
Normal file
5
42sh/libft/objs/lst/ft_lstnadd.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/ft_lstnadd.o: src/lst/ft_lstnadd.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/lst/ft_lstnew.d
Normal file
5
42sh/libft/objs/lst/ft_lstnew.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/ft_lstnew.o: src/lst/ft_lstnew.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/lst/ft_lstnew_range.d
Normal file
5
42sh/libft/objs/lst/ft_lstnew_range.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/ft_lstnew_range.o: src/lst/ft_lstnew_range.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/lst/ft_lstsort.d
Normal file
5
42sh/libft/objs/lst/ft_lstsort.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/ft_lstsort.o: src/lst/ft_lstsort.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/lst/pop.d
Normal file
5
42sh/libft/objs/lst/pop.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/pop.o: src/lst/pop.c includes/libft.h includes/ft_types.h \
|
||||||
|
includes/error.h includes/color.h includes/cliopts.h includes/lst.h \
|
||||||
|
includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \
|
||||||
|
includes/math.h includes/mytime.h includes/get_next_line.h \
|
||||||
|
includes/sys.h
|
||||||
5
42sh/libft/objs/lst/push.d
Normal file
5
42sh/libft/objs/lst/push.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/push.o: src/lst/push.c includes/libft.h includes/ft_types.h \
|
||||||
|
includes/error.h includes/color.h includes/cliopts.h includes/lst.h \
|
||||||
|
includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \
|
||||||
|
includes/math.h includes/mytime.h includes/get_next_line.h \
|
||||||
|
includes/sys.h
|
||||||
5
42sh/libft/objs/lst/top.d
Normal file
5
42sh/libft/objs/lst/top.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/lst/top.o: src/lst/top.c includes/libft.h includes/ft_types.h \
|
||||||
|
includes/error.h includes/color.h includes/cliopts.h includes/lst.h \
|
||||||
|
includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \
|
||||||
|
includes/math.h includes/mytime.h includes/get_next_line.h \
|
||||||
|
includes/sys.h
|
||||||
5
42sh/libft/objs/math/ft_addrcmp.d
Normal file
5
42sh/libft/objs/math/ft_addrcmp.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/math/ft_addrcmp.o: src/math/ft_addrcmp.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/math/ft_ilen.d
Normal file
5
42sh/libft/objs/math/ft_ilen.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/math/ft_ilen.o: src/math/ft_ilen.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/math/ft_ilen_base.d
Normal file
5
42sh/libft/objs/math/ft_ilen_base.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/math/ft_ilen_base.o: src/math/ft_ilen_base.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/math/ft_itoa.d
Normal file
5
42sh/libft/objs/math/ft_itoa.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/math/ft_itoa.o: src/math/ft_itoa.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/math/ft_itoa_base.d
Normal file
5
42sh/libft/objs/math/ft_itoa_base.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/math/ft_itoa_base.o: src/math/ft_itoa_base.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/math/ft_lllen.d
Normal file
5
42sh/libft/objs/math/ft_lllen.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/math/ft_lllen.o: src/math/ft_lllen.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/math/ft_lllen_base.d
Normal file
5
42sh/libft/objs/math/ft_lllen_base.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/math/ft_lllen_base.o: src/math/ft_lllen_base.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/math/ft_lltoa_base.d
Normal file
5
42sh/libft/objs/math/ft_lltoa_base.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/math/ft_lltoa_base.o: src/math/ft_lltoa_base.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/math/ft_uilen.d
Normal file
5
42sh/libft/objs/math/ft_uilen.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/math/ft_uilen.o: src/math/ft_uilen.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/math/ft_uitoa_base.d
Normal file
5
42sh/libft/objs/math/ft_uitoa_base.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/math/ft_uitoa_base.o: src/math/ft_uitoa_base.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/math/ft_ulltoa_base.d
Normal file
5
42sh/libft/objs/math/ft_ulltoa_base.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/math/ft_ulltoa_base.o: src/math/ft_ulltoa_base.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/math/id.d
Normal file
5
42sh/libft/objs/math/id.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/math/id.o: src/math/id.c includes/libft.h includes/ft_types.h \
|
||||||
|
includes/error.h includes/color.h includes/cliopts.h includes/lst.h \
|
||||||
|
includes/dlst.h includes/btree.h includes/str.h includes/sstr.h \
|
||||||
|
includes/math.h includes/mytime.h includes/get_next_line.h \
|
||||||
|
includes/sys.h
|
||||||
5
42sh/libft/objs/mem/ft_bzero.d
Normal file
5
42sh/libft/objs/mem/ft_bzero.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/mem/ft_bzero.o: src/mem/ft_bzero.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/mem/ft_malloc.d
Normal file
5
42sh/libft/objs/mem/ft_malloc.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/mem/ft_malloc.o: src/mem/ft_malloc.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/mem/ft_memalloc.d
Normal file
5
42sh/libft/objs/mem/ft_memalloc.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/mem/ft_memalloc.o: src/mem/ft_memalloc.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/mem/ft_memccpy.d
Normal file
5
42sh/libft/objs/mem/ft_memccpy.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/mem/ft_memccpy.o: src/mem/ft_memccpy.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/mem/ft_memchr.d
Normal file
5
42sh/libft/objs/mem/ft_memchr.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/mem/ft_memchr.o: src/mem/ft_memchr.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
5
42sh/libft/objs/mem/ft_memcmp.d
Normal file
5
42sh/libft/objs/mem/ft_memcmp.d
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
objs/mem/ft_memcmp.o: src/mem/ft_memcmp.c includes/libft.h \
|
||||||
|
includes/ft_types.h includes/error.h includes/color.h \
|
||||||
|
includes/cliopts.h includes/lst.h includes/dlst.h includes/btree.h \
|
||||||
|
includes/str.h includes/sstr.h includes/math.h includes/mytime.h \
|
||||||
|
includes/get_next_line.h includes/sys.h
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue