bvtest: test.o BitVector.o
	gcc -o bvtest $^

%.o: %.c
	gcc -c --std=c99 -Wall $< -o $@