make:
	ocamlc unix.cma str.cma obacklight.ml -o obacklight

static:
	ocamlopt unix.cmxa -ccopt -static obacklight.ml  -o obacklight

clean:
	rm -f *.cmi *.cmx *.o *.cmo