X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6af88242eb458bad91c77b424b03bf19ecce5da1..3ee8c808c44e417c197d12de9b2e2f3cfbdcde0c:/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)