X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/31b3689f0b54048de31957e001c60bbd8dfca5a3..04a6113fb50c7436995b5bfc0cddbbed8ec5699d:/client/Makefile diff --git a/client/Makefile b/client/Makefile index 48a18c94..dd702aed 100644 --- a/client/Makefile +++ b/client/Makefile @@ -71,6 +71,7 @@ CMDSRCS = nonce2key/crapto1.c\ loclass/fileutils.c\ mifarehost.c\ crc16.c \ + crc64.c \ iso14443crc.c \ iso15693tools.c \ data.c \ @@ -103,6 +104,7 @@ CMDSRCS = nonce2key/crapto1.c\ cmdscript.c\ pm3_bitlib.c\ aes.c\ + protocols.c\ COREOBJS = $(CORESRCS:%.c=$(OBJDIR)/%.o)