1 2 3 4 5
if [ ! -d "bin" ]; then mkdir bin fi gcc -Wall -Wextra -pedantic -lm -o bin/linalg_debug debug.c tests.c utils.c matrix.c vector.c