]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/Makefile
ADD: added a lot of ic ids to cmdhf15.c Thanks to Asper for the list.
[proxmark3-svn] / client / Makefile
index 7ef23fa6d7bc5e9cd3df99011a834511fd997d69..513ca20a6daf01caea6a62e8d086eee22624f059 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 -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)))
@@ -60,9 +60,10 @@ CMDSRCS =    nonce2key/crapto1.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