diff options
Diffstat (limited to 'crypto_aead')
| -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 |
