]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/Makefile
ADD: some clocking for 'hf mf mifare', 'hf mf nested', 'hf mf chk'
[proxmark3-svn] / client / Makefile
index 27617a5ddc86cf4145365147c3e96b2a4a04b014..f071f85b30b1c54a29f0c90f7931f957912091dc 100644 (file)
@@ -81,15 +81,16 @@ 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\
+                       parity.c\
                        crc.c \
                        crc16.c \
                        crc64.c \
@@ -109,7 +110,7 @@ CMDSRCS =   nonce2key/crapto1.c\
                        cmdhficlass.c \
                        cmdhfmf.c \
             cmdhfmfu.c \
-cmdhfmfhard.c \
+                       cmdhfmfhard.c \
                        cmdhfmfdes.c \
                        cmdhftopaz.c \
                        cmdhw.c \
@@ -140,7 +141,8 @@ cmdhfmfhard.c \
                        reveng/model.c\
                        reveng/poly.c\
                        reveng/getopt.c\
-          
+                       tea.c\
+                       prng.c
 
 ZLIBSRCS = deflate.c adler32.c trees.c zutil.c inflate.c inffast.c inftrees.c
 ZLIB_FLAGS = -DZ_SOLO -DZ_PREFIX -DNO_GZIP -DZLIB_PM3_TUNED 
Impressum, Datenschutz