more docs

This commit is contained in:
Francesco Cozzuto
2023-03-28 00:20:05 +02:00
parent a4907f39ff
commit 262657e0f9
3 changed files with 85 additions and 26 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
gcc tests/test.c src/lina.c -o test -Wall -Wextra -g -Isrc/ -lm
gcc tests/test_loader.c src/lina.c -o test_loader -Wall -Wextra -g -Isrc/ -lm
gcc tests/test.c src/lina.c src/qr.c -o test -Wall -Wextra -g -Isrc/ -lm
gcc tests/test_loader.c src/lina.c src/qr.c -o test_loader -Wall -Wextra -g -Isrc/ -lm