X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/ea75b30c81839eb6eb27f083572f03e317ba63d2..569009f3f75891524dda1411b6f3c4c51c0e1ac2:/client/Makefile diff --git a/client/Makefile b/client/Makefile index 4d835da5..2a4dfd64 100644 --- a/client/Makefile +++ b/client/Makefile @@ -113,13 +113,14 @@ 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\ + 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)