X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/d716ca2fc1062c3c7f67cb52b0799df32adf6b0d..3ac59c7fed24cc69e2c9f626e5e4392769779e13:/client/Makefile?ds=inline diff --git a/client/Makefile b/client/Makefile index 48a18c94..43e68603 100644 --- a/client/Makefile +++ b/client/Makefile @@ -103,6 +103,7 @@ CMDSRCS = nonce2key/crapto1.c\ cmdscript.c\ pm3_bitlib.c\ aes.c\ + protocols.c\ COREOBJS = $(CORESRCS:%.c=$(OBJDIR)/%.o)