makefile 130 Bytes
OCAMLOPTFLAGS=unix.cmxa

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

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