]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_disambiguation/Makefile
fix
[helm.git] / helm / ocaml / cic_disambiguation / Makefile
index aa87de4ff2662cc3f34d10680d7e11422dd8cbc9..94ea279bd628bba032e464e5c53f52c2256b933b 100644 (file)
@@ -2,7 +2,7 @@
 PACKAGE = cic_textual_parser2
 REQUIRES = \
        helm-tactics helm-logger helm-cic_unification helm-cic_transformations \
-       helm-pxp helm-utf8_macros \
+       helm-utf8_macros \
        ulex
 NOTATIONS = logic arit tex
 # NOTATIONS = logic arit
@@ -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 $<