]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/Makefile
FIX: antenna was not turn off after "hf 14b write" command. The method is using...
[proxmark3-svn] / client / Makefile
index 7ef23fa6d7bc5e9cd3df99011a834511fd997d69..24b976700a0be59bc9ae7e1e964cb8e2ea3815de 100644 (file)
@@ -15,7 +15,7 @@ OBJDIR = obj
 
 LDLIBS =  -L/mingw/lib -L/opt/local/lib -L/usr/local/lib ../liblua/liblua.a -lm -lreadline -lpthread -lcrypto -lgdi32
 LDFLAGS = $(COMMON_FLAGS)
-CFLAGS = -std=c99 -I. -I../include -I../common -I/mingw/include -I/opt/local/include -I../liblua -Wall $(COMMON_FLAGS) -g -O4 $(ICE_FLAGS)
+CFLAGS = -std=c99 -lcrypto -I. -I../include -I../common -I/mingw/include -I/opt/local/include -I../liblua -Wall $(COMMON_FLAGS) -g -O4
 LUAPLATFORM = generic
 
 ifneq (,$(findstring MINGW,$(platform)))
@@ -54,15 +54,16 @@ CORESRCS =  uart.c \
 
 
 CMDSRCS =      nonce2key/crapto1.c\
-               nonce2key/crypto1.c\
-               nonce2key/nonce2key.c\
+                       nonce2key/crypto1.c\
+                       nonce2key/nonce2key.c\
                        loclass/cipher.c \
                        loclass/cipherutils.c \
                        loclass/des.c \
                        loclass/ikeys.c \
-                       loclass/elite_crack.c\
-                       loclass/fileutils.c\
-                       mifarehost.c\
+                       loclass/elite_crack.c \
+                       loclass/fileutils.c \
+                       loclass/hash1_brute.c \
+                       mifarehost.c \
                        crc16.c \
                        iso14443crc.c \
                        iso15693tools.c \
@@ -70,6 +71,7 @@ CMDSRCS =     nonce2key/crapto1.c\
                        graph.c \
                        ui.c \
                        cmddata.c \
+                       lfdemod.c \
                        cmdhf.c \
                        cmdhf14a.c \
                        cmdhf14b.c \
Impressum, Datenschutz