summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2018-11-28 15:31:03 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2018-11-28 15:31:03 +0100
commitb051e78bf8058ca400d28ada32dbd9a3de9ef642 (patch)
tree708689040b2f28bc53d69c7c7d16d965dc138489 /Makefile
parent6f95cb1f104759d198f252c3064ba061a52918c0 (diff)
downloadlilliput-ae-implem-b051e78bf8058ca400d28ada32dbd9a3de9ef642.tar.xz
Génération de traces pour Lilliput-Ⅰ-192
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