summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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)