diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-12-03 08:26:11 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-12-03 08:28:20 +0100 |
| commit | 156b597dbe5900635fd629fd95783917b7c964d8 (patch) | |
| tree | e3b3d25107a1868bc81023f6878f68c8be5429ef /Makefile | |
| parent | 5c2e3db3b4be30bee0f2cd87361da19a9febf854 (diff) | |
| download | lilliput-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-- | Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 |
