prepare (1/3):
finished
make (2/3):
make: Entering directory '/out/build/driver'
clang -std=gnu11 -O2 -o driver driver.c
driver successfully constructed
make: Leaving directory '/out/build/driver'
make: Entering directory '/out/build/mumsh'
clang -std=gnu11 -O2 -Wall -Wextra -Werror -pedantic -Wno-unused-result -g -o mumsh sh_execute.c internal_cmd.c types_AST.c sh_read.c sh_trans.c io_methods.c jobControl.c types_token.c sigHandle.c helps.c types_tokenList.c main.c types_command.c types_IR.c sh_form.c types_characters.c
clang -std=gnu11 -O2 -Wall -Wextra -Werror -pedantic -Wno-unused-result -g -fsanitize=address -fno-omit-frame-pointer -fsanitize=undefined -fsanitize=integer -o mumsh_memory_check sh_execute.c internal_cmd.c types_AST.c sh_read.c sh_trans.c io_methods.c jobControl.c types_token.c sigHandle.c helps.c types_tokenList.c main.c types_command.c types_IR.c sh_form.c types_characters.c
mumsh successfully constructed
make: Leaving directory '/out/build/mumsh'
finished
clean (3/3):
finished
all tasks finished, build successfully