summaryrefslogtreecommitdiff
path: root/build.sh
blob: 6ec6b63d8b3379fa01008d71672087650ef7dba1 (plain)
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