X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_disambiguation%2FMakefile;fp=helm%2Focaml%2Fcic_disambiguation%2FMakefile;h=dcc99fdeccfe52af80c4a73b0818346dadb6a76f;hb=7dbab245dee64ceb23e3f07a661101d6b78ed96a;hp=b995f537d24625969276c0211dcbcb228682ff28;hpb=ecd0ab19b82f611974bd76f3c740c842f566009d;p=helm.git diff --git a/helm/ocaml/cic_disambiguation/Makefile b/helm/ocaml/cic_disambiguation/Makefile index b995f537d..dcc99fdec 100644 --- a/helm/ocaml/cic_disambiguation/Makefile +++ b/helm/ocaml/cic_disambiguation/Makefile @@ -4,7 +4,7 @@ REQUIRES = \ helm-tactics helm-logger helm-cic_unification helm-cic_notation \ helm-utf8_macros \ ulex -NOTATIONS = arit +NOTATIONS = number INTERFACE_FILES = \ disambiguateTypes.mli \ disambiguatePp.mli \ @@ -16,11 +16,9 @@ IMPLEMENTATION_FILES = \ all: -clean: extra_clean -distclean: extra_clean +clean: +distclean: rm -f macro_table.dump -extra_clean: - rm -f test_lexer test_parser include ../Makefile.common OCAMLARCHIVEOPTIONS += -linkall