all: triFusion triInsertion

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

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