OCAMLOPTFLAGS=unix.cmxa

all: maca_test.ml
	ocamlopt -o maca_test $(OCAMLOPTFLAGS) maca_test.ml

clean:
	rm *.cmi *.cmx *.o