ev: main.cc EVBuffer.h
	g++ -o $@ -g main.cc

clobber:
	rm -f ev
