summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 14f0e49..d726628 100644
--- a/Makefile
+++ b/Makefile
@@ -66,9 +66,11 @@ $(90MB): $(BLOB_DIR)
$(100MB): $(BLOB_DIR)
$(F_ALLOC) $(F_ALLOC_OPT) 100MiB $(100MB)
+report:
+ @$(MAKE) -C report
blobs-clean:
@rm -f $(ALL_BLOBS)
@rmdir $(BLOB_DIR)
-.PHONY: blobs blobs-clean
+.PHONY: blobs blobs-clean report