typo fixed in build.sh

This commit is contained in:
Raffaele
2022-01-15 00:37:25 +01:00
parent 524aee4b31
commit aa839de090
2 changed files with 213 additions and 1 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
gcc tests/test.c src/lina.c -o test -Wall -Wextra -g -Isrc/
gcc tests/test2.c src/lina.c -o test2 -Wall -Wextra -g -Isrc/
gcc tests/test_loader.c src/lina.c -o test_loader -Wall -Wextra -g -Isrc/