Blame view

tools/concraft/makefile 153 Bytes
Jan Lupa authored
1
2
3
4
5
6
OCAMLOPTFLAGS=unix.cmxa

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

clean:
Wojciech Jaworski authored
7
	rm -f *.cmi *.cmx *.o concraft_test