X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmetadata%2FMakefile;h=0a24964518842116d0c6d8d0fa645b38dec1ee14;hb=44ca09e150b9080c5abd93191b7ee6e0f2dbb4f6;hp=80dc4133ec8df144beacc4dbb5f09ea44e849c06;hpb=c051f623926cdc3b744c38ba393c0a9c7622d299;p=helm.git diff --git a/helm/ocaml/metadata/Makefile b/helm/ocaml/metadata/Makefile index 80dc4133e..0a2496451 100644 --- a/helm/ocaml/metadata/Makefile +++ b/helm/ocaml/metadata/Makefile @@ -18,26 +18,22 @@ all: all_table_creator all_extractor opt: opt_table_creator opt_extractor all_table_creator: - @echo " building: table_creator" - @make -C table_creator/ all --no-print-directory + @make -C table_creator/ all opt_table_creator: - @echo " building: table_creator" - @make -C table_creator/ opt --no-print-directory + @make -C table_creator/ opt all_extractor: - @echo " building: extractor" - @make -C extractor/ all --no-print-directory + @make -C extractor/ all opt_extractor: - @echo " building: extractor" - @make -C extractor/ opt --no-print-directory + @make -C extractor/ opt clean: clean_table_creator clean_extractor clean_table_creator: @echo " cleaning: table_creator" - @make -C table_creator/ clean --no-print-directory + @make -C table_creator/ clean clean_extractor: @echo " cleaning: extractor" - @make -C extractor/ clean --no-print-directory + @make -C extractor/ clean