From ab95dcf11a4784bfe3ce435d1e3c1a904148a1a3 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Tue, 14 Jun 2005 15:54:43 +0000 Subject: [PATCH] test_lexer and test_parser compiled by default --- helm/ocaml/cic_disambiguation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/ocaml/cic_disambiguation/Makefile b/helm/ocaml/cic_disambiguation/Makefile index bacedc25e..94ea279bd 100644 --- a/helm/ocaml/cic_disambiguation/Makefile +++ b/helm/ocaml/cic_disambiguation/Makefile @@ -16,7 +16,7 @@ IMPLEMENTATION_FILES = \ $(patsubst %.mli, %.ml, $(INTERFACE_FILES)) \ $(patsubst %,%_notation.ml,$(NOTATIONS)) -all: +all: test_lexer test_parser cicTextualLexer2.cmo: cicTextualLexer2.ml $(OCAMLC_P4) -c $< -- 2.39.2