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

minor update

parent 7d7716e2
Branches
No related tags found
1 merge request!1initial merge
...@@ -16,7 +16,7 @@ PROF:=$(if $(PROF),-ocamlopt ocamloptp,) ...@@ -16,7 +16,7 @@ PROF:=$(if $(PROF),-ocamlopt ocamloptp,)
all: $(TG) all: $(TG)
$(TG): $(SRC) $(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 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 ocamlbuild -use-ocamlfind test_lexer.native
......
{"output": "", "error": null, "retval": 20} {"output": "", "error": null, "retval": 10}
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment