Commit 5d9a7709 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Lexer dependency fix

parent 48169281
......@@ -30,7 +30,8 @@ $(RESULT): $(OFILES)
ocamlopt -o $@ $(OCAMLLDFLAGS) $(OCAMLLDLIBS) $^
# intra-module dependencies
parser.cmx: parser.cmi
lexer.cmi: lexer.ml
parser.cmx: parser.cmi lexer.cmi
parser.mli: parser.ml
parse.cmx: lexer.cmi parser.cmx
util.cmx: stringify.cmx
......
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