X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Fgrafite_parser%2FMakefile;h=3df8517a9207db32cab36d2ff90863680e532e7b;hb=6a5e51c1cf9a56c74a8b53a9b8bc5aa686c9780e;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..3df8517a9 100644 --- a/helm/software/components/grafite_parser/Makefile +++ b/helm/software/components/grafite_parser/Makefile @@ -8,10 +8,11 @@ INTERFACE_FILES = \ 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