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

Dependency fix

parent 666cf5ca
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,9 @@ $(RESULT): $(OFILES)
# intra-module dependencies
parser.cmx: parser.cmi
parser.mli: parser.ml
parse.cmx: lexer.cmi parser.cmi
parse.cmx: lexer.cmi parser.cmx
util.cmx: stringify.cmx
main.cmx: parse.cmx util.cmx
clean:
rm -f *.cmi *.cmx *.o lexer.ml parser.ml parser.mli $(RESULT)
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