X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/9455b51c2a0554ea2bd55a28dee5a5c2a6707fc6..f397b5cc874ac7d658173199d92c30f3f717a300:/client/Makefile diff --git a/client/Makefile b/client/Makefile index 7ca03ce1..cf647c38 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,7 @@ CMDSRCS = \ cmdhf14b.c \ cmdhf15.c \ cmdhflegic.c \ + cmdhficlass.c \ cmdhw.c \ cmdlf.c \ cmdlfem4x.c \