]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/metadata/Makefile
fix
[helm.git] / helm / ocaml / metadata / Makefile
index 80dc4133ec8df144beacc4dbb5f09ea44e849c06..0a24964518842116d0c6d8d0fa645b38dec1ee14 100644 (file)
@@ -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