X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/3a72fdf5b0d1ed3e8c94556ff5e24aa20843636d..f4a57e861d88657e58ef01cb96ce732d588ca91f:/client/Makefile 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)