summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5395158..d8262f2 100644
--- a/Makefile
+++ b/Makefile
@@ -12,10 +12,15 @@ $(delegated)::
make -C $$i $@; \
done
+clean::
+ - rm traces.tgz
+
# To generate complete traces, apply this patch before running "make traces":
# $ git apply traces.patch
# To update this patch, add print statements, then run
# $ git diff src > traces.patch
-traces::
+traces:: traces.tgz
+
+traces.tgz:
@ echo "Collecting traces"
@ ./collect-traces.sh