summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2018-11-28 18:33:53 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2018-11-28 18:33:53 +0100
commit4f87e35373acd3817ee6eebfc40d06918960aa0c (patch)
tree56a14624e2d49dbddff970ea6c68bccf19aaf494 /Makefile
parentef586cbef9eaff6a4409d777cd6102ec68e2e47a (diff)
downloadlilliput-ae-implem-4f87e35373acd3817ee6eebfc40d06918960aa0c.tar.xz
Remaniement de la génération des traces
Pour que les traces des modes AE ne comprennent pas les traces de la partie TBC.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 5750160..7b25332 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ implementations = $(dir \
$(shell find crypto_aead -name Makefile) \
)
-delegated = clean test traces
+delegated = clean test
.PHONY: $(delegated)
@@ -15,14 +15,14 @@ $(delegated)::
exit $$status
clean::
- - rm traces.tgz
+ - 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.tgz
+traces: traces-ae traces-tbc
-traces.tgz:
+traces-%:
@ echo "Collecting traces"
- @ ./collect-traces.sh
+ @ ./collect-traces.sh $@