summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2016-01-15 12:27:39 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2016-01-15 12:27:39 -0500
commit35af47b51804abb9630dd616041e06a9d7321709 (patch)
treec45636572a730b794b51d2c6e5158a773e6c6231 /Makefile
parent109f6bdbf40a0569941f2af3ab3edb79786a377f (diff)
Makefile: added `report` target.
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