diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-11-21 15:06:29 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-11-21 15:06:29 +0100 |
| commit | ff288d2f59df26db2c26bb339ac00f45fc6e4d93 (patch) | |
| tree | 77edcc867bc67c9dfd7633c6acc171d4e97f9f4e /crypto_aead/lilliputaei128v1/ref/Makefile | |
| parent | 8e50f73f7d597d5de84db82d82c829223d59ae1f (diff) | |
| download | lilliput-ae-implem-ff288d2f59df26db2c26bb339ac00f45fc6e4d93.tar.xz | |
Ajout de l'entête de debug aux dépendances des fichiers concernés
Diffstat (limited to 'crypto_aead/lilliputaei128v1/ref/Makefile')
| -rw-r--r-- | crypto_aead/lilliputaei128v1/ref/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto_aead/lilliputaei128v1/ref/Makefile b/crypto_aead/lilliputaei128v1/ref/Makefile index f99af1f..7f23339 100644 --- a/crypto_aead/lilliputaei128v1/ref/Makefile +++ b/crypto_aead/lilliputaei128v1/ref/Makefile @@ -34,8 +34,8 @@ results/test-*.o: test/helpers.h parameters.h results/test-cipher.o: cipher.h results/test-tweakey.o: tweakey.h -resutls/cipher.o: cipher.h tweakey.h constants.h parameters.h -results/tweakey.o: tweakey.h constants.h parameters.h +results/cipher.o: cipher.h tweakey.h constants.h parameters.h debug.h +results/tweakey.o: tweakey.h constants.h parameters.h debug.h results/constants.o: constants.h # TODO: should add order-only prerequisites to remove mkdirs inside recipes |
