From ceb37812903fdb1e557e65ab9b8356962db820f8 Mon Sep 17 00:00:00 2001 From: Taddeus Kroes <taddeuskroes@gmail.com> Date: Tue, 22 Jul 2014 14:38:17 +0200 Subject: [PATCH] Removed unnecessary Batteries dependency from makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c2ce022..504fdef 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ all: $(RESULT) ocamlc -c $(OCAMLCFLAGS) -o $@ $< %.cmx: %.ml - ocamlfind ocamlopt -package batteries -c $(OCAMLCFLAGS) -o $@ $(<:.cmi=.ml) + ocamlfind ocamlopt -c $(OCAMLCFLAGS) -o $@ $(<:.cmi=.ml) $(RESULT): $(addsuffix .cmx,$(ALL_NAMES)) ocamlopt -o $@ $(OCAMLLDFLAGS) $(OCAMLLDLIBS) $^ -- GitLab