X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6af88242eb458bad91c77b424b03bf19ecce5da1..3ac59c7fed24cc69e2c9f626e5e4392769779e13:/client/Makefile?ds=sidebyside 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)