summaryrefslogtreecommitdiffstats
path: root/ormdir/Makefile
blob: 4ae0c5dcca2ec1959114eb0e24aff9f99b8b91ea (plain) (blame)
1
2
3
4
5
6
7
8
make:
	ocamlc unix.cma str.cma ormdir.ml -o ormdir

static:
	ocamlopt unix.cmxa -ccopt -static ormdir.ml  -o ormdir

clean:
	rm -f *.cmi *.cmx *.o *.cmo