X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/f74d0b89a2acd6010c07ec37be05656837ce5691..0a886a1d1bbe91af3e9e0a6a190a1af026faa589:/client/Makefile diff --git a/client/Makefile b/client/Makefile index 27617a5d..20273dd6 100644 --- a/client/Makefile +++ b/client/Makefile @@ -81,14 +81,14 @@ CORESRCS = uart.c \ CMDSRCS = nonce2key/crapto1.c\ - nonce2key/crypto1.c\ - nonce2key/nonce2key.c\ - loclass/cipher.c \ - loclass/cipherutils.c \ - loclass/des.c \ - loclass/ikeys.c \ - loclass/elite_crack.c\ - loclass/fileutils.c\ + nonce2key/crypto1.c\ + nonce2key/nonce2key.c\ + loclass/cipher.c \ + loclass/cipherutils.c \ + loclass/des.c \ + loclass/ikeys.c \ + loclass/elite_crack.c\ + loclass/fileutils.c\ mifarehost.c\ crc.c \ crc16.c \ @@ -109,7 +109,7 @@ CMDSRCS = nonce2key/crapto1.c\ cmdhficlass.c \ cmdhfmf.c \ cmdhfmfu.c \ -cmdhfmfhard.c \ + cmdhfmfhard.c \ cmdhfmfdes.c \ cmdhftopaz.c \ cmdhw.c \ @@ -140,6 +140,7 @@ cmdhfmfhard.c \ reveng/model.c\ reveng/poly.c\ reveng/getopt.c\ + tea.c\ ZLIBSRCS = deflate.c adler32.c trees.c zutil.c inflate.c inffast.c inftrees.c