all: main triFusion triInsertion triRapide

main: main.c tris.o
	gcc -Wall -o $@ $^

%.o: %.c %.h
	gcc -Wall -c $^

%: %.c
	gcc -Wall -o $@ $^