
libOLEC:
	make -C src lib
clean:
	-rm -f *~ 
	make -C src clean
	make -C examples clean