summaryrefslogblamecommitdiffstats
path: root/obacklight/Makefile
blob: 1e51d9afa5ebaf544bb0c8ff0f2b69db53e547fe (plain) (tree)
1
2
3
4
5
6
7
8







                                                                      
make:
	ocamlc unix.cma str.cma obacklight.ml -o obacklight

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

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