all:
	ocamlc -I ../lib my_lib.cma use_my_lib.ml
	a.out

clean:
	rm -f *~ *.cm* a.out
