X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/a087e9cf40bdb4d7546a7645995624a519aef2a6..99789601dcc6c6b347d857fb2d32c9d1ef52d43d:/client/Makefile?ds=inline

diff --git a/client/Makefile b/client/Makefile
index ae116dd6..2a4dfd64 100644
--- a/client/Makefile
+++ b/client/Makefile
@@ -94,6 +94,8 @@ CMDSRCS = 	nonce2key/crapto1.c\
 			cmdhficlass.c \
 			cmdhfmf.c \
             cmdhfmfu.c \
+			cmdhfmfdes.c \
+			cmdhftopaz.c \
 			cmdhw.c \
 			cmdlf.c \
 			cmdlfio.c \
@@ -111,7 +113,14 @@ CMDSRCS = 	nonce2key/crapto1.c\
 			pm3_bitlib.c\
 			aes.c\
 			protocols.c\
-
+			sha1.c\
+			cmdcrc.c\
+			reveng/reveng.c\
+			reveng/cli.c\
+			reveng/bmpbit.c\
+			reveng/model.c\
+			reveng/poly.c\
+			reveng/getopt.c\
 
 COREOBJS = $(CORESRCS:%.c=$(OBJDIR)/%.o)
 CMDOBJS = $(CMDSRCS:%.c=$(OBJDIR)/%.o)