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

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

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