Skip to content
Snippets Groups Projects
Commit 5d9a7709 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Lexer dependency fix

parent 48169281
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment