summaryrefslogtreecommitdiff
path: root/src/Makefile
blob: d0e11d91c862332adf801d7c4d7159050f0f607c (plain)
1
2
3
4
all: uncron

uncron: uncron.ml
	ocamlfind ocamlopt -I +threads -package lwt,lwt.unix,lwt_ppx,logs,logs.lwt -linkpkg -thread -o uncron -g ./uncron.ml