X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/49dc1d0a9eafdb1e369ead88c3c8882bc6959a17..7f96433c8a1fc3ba13bd8c3b7ee2f257d4390ca2:/client/Makefile diff --git a/client/Makefile b/client/Makefile index 4fd41b46..4d835da5 100644 --- a/client/Makefile +++ b/client/Makefile @@ -113,7 +113,13 @@ CMDSRCS = nonce2key/crapto1.c\ pm3_bitlib.c\ aes.c\ protocols.c\ - + cmdcrc.c\ + sha1.c\ + # reveng/reveng.c\ + # reveng/cli.c\ + # reveng/bmpbit.c\ + # reveng/model.c\ + # reveng/poly.c\ COREOBJS = $(CORESRCS:%.c=$(OBJDIR)/%.o) CMDOBJS = $(CMDSRCS:%.c=$(OBJDIR)/%.o)