summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5009d71..14f0e49 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ $(100MB): $(BLOB_DIR)
blobs-clean:
- rm -f $(ALL_BLOBS)
- rmdir $(BLOB_DIR)
+ @rm -f $(ALL_BLOBS)
+ @rmdir $(BLOB_DIR)
.PHONY: blobs blobs-clean