prepare (1/3):
finished
make (2/3):
clang -std=gnu11 -O2 -Wall -Wextra -Werror -pedantic -Wno-unused-result -Wconversion -Wvla -o ex3 *.c
clang -std=gnu11 -O2 -Wall -Wextra -Werror -pedantic -Wno-unused-result -Wconversion -Wvla -fsanitize=address -fno-omit-frame-pointer -fsanitize=undefined -fsanitize=integer -o ex3_memory_check *.c
/bin/sh: 1: clang: not found
Makefile:13: recipe for target 'ex3' failed
make: *** [ex3] Error 127
make: *** Waiting for unfinished jobs....
/bin/sh: 1: clang: not found
Makefile:16: recipe for target 'ex3_memory_check' failed
make: *** [ex3_memory_check] Error 127
build failed