X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/0ec548dc2122f9bc0f0b536db5fa1a12f1f5c16a..b61e397962e6acd472b490218162f10584880ade:/client/Makefile

diff --git a/client/Makefile b/client/Makefile
index 4fd41b46..ca29f0f9 100644
--- a/client/Makefile
+++ b/client/Makefile
@@ -113,7 +113,12 @@ CMDSRCS = 	nonce2key/crapto1.c\
 			pm3_bitlib.c\
 			aes.c\
 			protocols.c\
-
+			cmdcrc.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)