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

Cleanup

parent a48b451a
......@@ -26,12 +26,12 @@ all: $(RESULT)
ocamlc -c $(OCAMLCFLAGS) -o $@ $<
%.cmx: %.ml
ocamlfind ocamlopt -c $(OCAMLCFLAGS) -o $@ $(<:.cmi=.ml)
ocamlopt -c $(OCAMLCFLAGS) -o $@ $(<:.cmi=.ml)
$(RESULT): $(addsuffix .cmx,$(ALL_NAMES))
ocamlopt -o $@ $(OCAMLLDFLAGS) $(OCAMLLDLIBS) $^
# intra-module dependencies
# module dependencies
lexer.cmi: lexer.ml
parser.cmx: parser.cmi lexer.cmx
parser.mli: parser.ml
......
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