X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fgrafite_parser%2FMakefile;h=ef263f3d8caeae49d3065baae337db50e9ac31c9;hb=e085135177f7b3b74b410d47a4f3bca1784b60b1;hp=eb2f1b1eba2adc4196591163299a2ed86203a71e;hpb=683978a2627cf1ce15673360f26806593d22f7b5;p=helm.git diff --git a/helm/software/components/grafite_parser/Makefile b/helm/software/components/grafite_parser/Makefile index eb2f1b1eb..ef263f3d8 100644 --- a/helm/software/components/grafite_parser/Makefile +++ b/helm/software/components/grafite_parser/Makefile @@ -5,13 +5,13 @@ INTERFACE_FILES = \ dependenciesParser.mli \ grafiteParser.mli \ cicNotation2.mli \ - grafiteDisambiguator.mli \ grafiteDisambiguate.mli \ grafiteWalker.mli \ + print_grammar.mli \ $(NULL) IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml) -all: test_parser print_grammar test_dep +all: test_parser test_dep clean: clean_tests # cross compatibility among ocaml 3.09 and ocaml 3.08, to be removed as