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







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

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

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