Blame view

tools/swigra/parser/makefile 130 Bytes
Jan Lupa authored
1
2
3
4
5
6
7
OCAMLOPTFLAGS=unix.cmxa

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

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