X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/9e130475f9d8c727a5d99db54bc6d52b88a13e78..5a6e19e6148b8be8de43b37129a49fe6684796bc:/tools/mfkey/Makefile diff --git a/tools/mfkey/Makefile b/tools/mfkey/Makefile index c01d64b9..a1bc44ad 100755 --- a/tools/mfkey/Makefile +++ b/tools/mfkey/Makefile @@ -4,8 +4,8 @@ CFLAGS = -Wall -Winline -O4 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)