## super simple makefile for b2v
all:	b2v

b2v:	bmp2vbm.cpp
	g++ -O -o b2v bmp2vbm.cpp
