all:Main.exe Main.exe:Main.o g++ -o Main.exe Main.o Main.o:Main.cpp Concept.h Matrice.h g++ -c -Wall -ansi -pedantic Main.cpp clean: rm *.o