fix of case typo

This commit is contained in:
Stavros Polymenis 2016-09-05 21:37:50 +01:00
parent 0bb80fecaf
commit 4edbbad730

View File

@ -3,7 +3,7 @@ all: web
web: logarion.cmx html.cmx src/web.ml
ocamlfind ocamlopt -o logarion-web -linkpkg \
-package opium.unix,omd,Str,tyxml \
-package opium.unix,omd,str,tyxml \
logarion.cmx html.cmx src/web.ml
html.cmx: src/html.ml logarion.cmx