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