reorganized files

This commit is contained in:
Francesco Cozzuto
2022-01-14 19:31:20 +01:00
parent c391de463c
commit 1a329214f5
6 changed files with 5 additions and 4 deletions
+2 -3
View File
@@ -1,3 +1,2 @@
gcc test.c lina.c -o test -Wall -Wextra -g
gcc test2.c lina.c -o test2 -Wall -Wextra -g
gcc time.c lina.c -o time -Wall -Wextra -O3
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/