removed special character variables

This commit is contained in:
Stavros Polymenis 2016-11-27 14:50:11 +00:00
parent 60ee09e93f
commit 402ae80b2b

View File

@ -3,9 +3,6 @@ OCB = ocamlbuild $(OCB_FLAGS)
PKGS = toml,uuidm,omd,str,batteries,lens,lwt,lwt.unix,ptime,ptime.clock.os,re.str,lens.ppx_deriving
WEB_PKGS = $(PKGS),opium.unix,tyxml,mustache
CMD_PKGS = $(PKGS),cmdliner
comma:= ,
empty:=
space:= $(empty) $(empty)
all: cmd web