Skip to content
Snippets Groups Projects
Commit 2d949ad1 authored by Wilke Pierre's avatar Wilke Pierre
Browse files

minor update

parent 7d7716e2
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ PROF:=$(if $(PROF),-ocamlopt ocamloptp,)
all: $(TG)
$(TG): $(SRC)
ocamlbuild $(PROF) -cflags -warn-error,"+a-26" -cflags -w,"-26" -use-ocamlfind $(TG)
ocamlbuild $(PROF) -cflags -warn-error,"+a-26" -cflags -w,"-26" -menhir "menhir --unused-tokens" -use-ocamlfind $(TG)
test_lexer: archi.ml config.ml e_regexp.ml lexer_generator.ml symbols.ml test_lexer.ml utils.ml
ocamlbuild -use-ocamlfind test_lexer.native
......
{"output": "", "error": null, "retval": 20}
\ No newline at end of file
{"output": "", "error": null, "retval": 10}
\ No newline at end of file
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