X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/946a84c35be79de8852d2c294de22f456f42a1ae..79375850fded8543748afc75f60700484de6617d:/client/Makefile diff --git a/client/Makefile b/client/Makefile index fa4690db..d5bfb086 100644 --- a/client/Makefile +++ b/client/Makefile @@ -58,7 +58,7 @@ CORESRCS = uart.c \ CMDSRCS = crapto1/crapto1.c\ crapto1/crypto1.c\ - nonce2key.c\ + mfkey.c\ loclass/cipher.c \ loclass/cipherutils.c \ loclass/des.c \ @@ -67,6 +67,7 @@ CMDSRCS = crapto1/crapto1.c\ loclass/fileutils.c\ whereami.c\ mifarehost.c\ + parity.c\ crc.c \ crc16.c \ crc64.c \ @@ -92,6 +93,7 @@ CMDSRCS = crapto1/crapto1.c\ cmdlfawid.c \ cmdlfcotag.c\ cmdlfem4x.c \ + cmdlffdx.c \ cmdlfgproxii.c \ cmdlfhid.c \ cmdlfhitag.c \