Blame view

tools/maca/makefile 124 Bytes
Jan Lupa authored
1
2
3
4
5
6
7
OCAMLOPTFLAGS=unix.cmxa

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

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