]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - tools/mfkey/Makefile
ADD: Wrote a little help text to the nonce2key tools.
[proxmark3-svn] / tools / mfkey / Makefile
index e70ee48c267d7d3ea8ba554c8322aed8842dba8c..a1bc44ad0d3f0fb403d9339a28965db50d5a68f9 100755 (executable)
@@ -1,11 +1,11 @@
 CC = gcc
 LD = gcc
 CFLAGS = -Wall -Winline -O4
-LDFLAGS = -fPIC
+LDFLAGS =
 
 OBJS = crapto1.o crypto1.o
-HEADERS = 
-EXES = mfkey
+HEADERS = crapto1.h
+EXES = mfkey64 mfkey64.exe mfkey32 mfkey32.exe mfkey32v2 mfkey32v2.exe
 LIBS =
        
 all: $(OBJS) $(EXES) $(LIBS)
Impressum, Datenschutz