example:
	g++ -g -O -lgeos -o example example.cpp

clean:
	rm example

.PHONY:
	clean
