Commit ceb37812 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Removed unnecessary Batteries dependency from makefile

parent 404113d3
......@@ -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) $^
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment