summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2016-01-15 12:26:33 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2016-01-15 12:26:33 -0500
commitb04e9568ccda77b4db9ae88aec56e0270829c4db (patch)
tree6f2be30e521071c34180b82c9c8f31463f2ac407 /Makefile
parent7c3d77247f39cb45bc8cc2b02c9cc01231de909a (diff)
Makefile: cosmetic changes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 76535fd..5009d71 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
#!/usr/bin/make
#
-# combox - paper
+# root - make
#
# Makefile
#
@@ -29,11 +29,14 @@ ALL_BLOBS = $(20MB) $(30MB) $(40MB) $(50MB) $(60MB) $(70MB) \
$(80MB) $(90MB) $(100MB)
+all:
+ @echo "Give me something to make."
+
blobs: $(ALL_BLOBS)
$(BLOB_DIR):
- mkdir -p $(BLOB_DIR)
+ @mkdir -p $(BLOB_DIR)
$(20MB): $(BLOB_DIR)