Skip to content
Snippets Groups Projects
Commit b59f9977 authored by thibaud's avatar thibaud
Browse files

mise à jour du makefile pour les tests

parent 6c56cef9
Branches
No related tags found
No related merge requests found
matrix: matrix.c matrix.h matrix: matrix.c matrix.h
gcc matrix.c -o matrix -Wall -Wextra -pedantic -fsanitize=address -fsanitize=leak gcc matrix.c -o matrix -Wall -Wextra -pedantic -fsanitize=address -fsanitize=leak
test: matrix_test.c
gcc matrix_test.c -o matrix_test -Wall -Wextra -pedantic -fsanitize=address -fsanitize=leak
clean: clean:
rm -f *.o string_manip rm -f *.o matrix
rm -f *.o test
rebuild: clean string_manip rebuild:
\ No newline at end of file clean matrix
clean test
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment