summaryrefslogtreecommitdiffstats
path: root/oecho/Makefile
blob: d47d83810fa5a3647a3d8ed9762433a1e6d7628d (plain) (blame)
1
2
3
4
5
6
7
make:
	ocamlopt oecho.ml  -o oecho
	ocamlopt oecho0.ml  -o oecho0

static:
	ocamlopt -ccopt -static oecho.ml  -o oecho
	ocamlopt -ccopt -static oecho0.ml  -o oecho0