From 3ef61c2f424674ad84a330e2dd7f1d3236a083ca Mon Sep 17 00:00:00 2001 From: Stavros Polymenis Date: Sat, 26 Nov 2016 18:26:56 +0000 Subject: [PATCH] lwt in common package listom package list --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8a53889..57e8345 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ OCB_FLAGS = -use-ocamlfind -I src # -I lib OCB = ocamlbuild $(OCB_FLAGS) -PKGS = toml,uuidm,omd,str,batteries,lens,ptime,ptime.clock.os,re.str,lens.ppx_deriving +PKGS = toml,uuidm,omd,str,batteries,lens,lwt,ptime,ptime.clock.os,re.str,lens.ppx_deriving WEB_PKGS = $(PKGS),opium.unix,tyxml,mustache CMD_PKGS = $(PKGS),cmdliner