X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/9455b51c2a0554ea2bd55a28dee5a5c2a6707fc6..245e844e80045bc566331c0e59a75e19d15e5bd8:/client/Makefile diff --git a/client/Makefile b/client/Makefile index 7ca03ce1..c76edf52 100644 --- a/client/Makefile +++ b/client/Makefile @@ -40,6 +40,10 @@ QTGUI = guidummy.o endif CMDSRCS = \ + nonce2key/crapto1.c\ + nonce2key/crypto1.c\ + nonce2key/nonce2key.c\ + mifarehost.c\ crc16.c \ iso14443crc.c \ iso15693tools.c \ @@ -53,6 +57,8 @@ CMDSRCS = \ cmdhf14b.c \ cmdhf15.c \ cmdhflegic.c \ + cmdhficlass.c \ + cmdhfmf.c \ cmdhw.c \ cmdlf.c \ cmdlfem4x.c \