make TARGET_DIR=/Users/ariard/Projects/42sh/42ShellTester/tmp -C ./display-env gcc -Wall -Werror -Wextra main.c -o "/Users/ariard/Projects/42sh/42ShellTester/tmp/display_env" make TARGET_DIR=/Users/ariard/Projects/42sh/42ShellTester/tmp -C ./display-program-name gcc -Wall -Werror -Wextra main.c -o "/Users/ariard/Projects/42sh/42ShellTester/tmp/display_program_name" make TARGET_DIR=/Users/ariard/Projects/42sh/42ShellTester/tmp -C ./display-pwd gcc -Wall -Werror -Wextra main.c -o "/Users/ariard/Projects/42sh/42ShellTester/tmp/display_pwd" make TARGET_DIR=/Users/ariard/Projects/42sh/42ShellTester/tmp -C ./exit-with-status gcc -Wall -Werror -Wextra main.c -o "/Users/ariard/Projects/42sh/42ShellTester/tmp/exit_with_status" make TARGET_DIR=/Users/ariard/Projects/42sh/42ShellTester/tmp -C ./read-on-stdin gcc -Wall -Werror -Wextra main.c -o "/Users/ariard/Projects/42sh/42ShellTester/tmp/read_on_stdin" make TARGET_DIR=/Users/ariard/Projects/42sh/42ShellTester/tmp -C ./sleep-and-exit-with-status gcc -Wall -Werror -Wextra main.c -o "/Users/ariard/Projects/42sh/42ShellTester/tmp/sleep_and_exit_with_status" make TARGET_DIR=/Users/ariard/Projects/42sh/42ShellTester/tmp -C ./sleep-and-write-on-stderr gcc -Wall -Werror -Wextra main.c -o "/Users/ariard/Projects/42sh/42ShellTester/tmp/sleep_and_write_on_stderr" make TARGET_DIR=/Users/ariard/Projects/42sh/42ShellTester/tmp -C ./write-all-arguments-on-stdout gcc -Wall -Werror -Wextra main.c -o "/Users/ariard/Projects/42sh/42ShellTester/tmp/write_all_arguments_on_stdout" make TARGET_DIR=/Users/ariard/Projects/42sh/42ShellTester/tmp -C ./write-on-stderr gcc -Wall -Werror -Wextra main.c -o "/Users/ariard/Projects/42sh/42ShellTester/tmp/write_on_stderr" make TARGET_DIR=/Users/ariard/Projects/42sh/42ShellTester/tmp -C ./write-on-stdout gcc -Wall -Werror -Wextra main.c -o "/Users/ariard/Projects/42sh/42ShellTester/tmp/write_on_stdout" make TARGET_DIR=/Users/ariard/Projects/42sh/42ShellTester/tmp -C ./write-on-stdout-and-stderr gcc -Wall -Werror -Wextra main.c -o "/Users/ariard/Projects/42sh/42ShellTester/tmp/write_on_stdout_and_stderr"