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

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