summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2018-12-03 08:26:11 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2018-12-03 08:28:20 +0100
commit156b597dbe5900635fd629fd95783917b7c964d8 (patch)
treee3b3d25107a1868bc81023f6878f68c8be5429ef /Makefile
parent5c2e3db3b4be30bee0f2cd87361da19a9febf854 (diff)
downloadlilliput-ae-implem-156b597dbe5900635fd629fd95783917b7c964d8.tar.xz
Documentation de l'implémentation de référence (reste)
- crypto_aead - nist - traces
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 7502c08..e840c8d 100644
--- a/Makefile
+++ b/Makefile
@@ -18,18 +18,13 @@ $(delegated)::
exit $$status
clean::
- - rm traces*.tgz
- rm -r results
-# 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-ae traces-tbc
traces-%: | results
@ echo "Collecting traces"
- @ ./collect-traces.sh $@
+ @ ./traces/collect-traces.sh $@
nist: | results
./nist/make-package.sh