]> matita.cs.unibo.it Git - helm.git/commitdiff
test_lexer and test_parser compiled by default
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 14 Jun 2005 15:54:43 +0000 (15:54 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 14 Jun 2005 15:54:43 +0000 (15:54 +0000)
helm/ocaml/cic_disambiguation/Makefile

index bacedc25e3b6c04ca3fb672f818bbf8db02a6c51..94ea279bd628bba032e464e5c53f52c2256b933b 100644 (file)
@@ -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 $<