X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/0060e3daa26a5d89fa2ad0c010594feaebd18841..622dd1af3b89c37884bda5921be734b19b921009:/tools/mfkey/Makefile diff --git a/tools/mfkey/Makefile b/tools/mfkey/Makefile index 9dab37f5..5d6de924 100755 --- a/tools/mfkey/Makefile +++ b/tools/mfkey/Makefile @@ -1,4 +1,4 @@ -VPATH = ../../common ../../common/crapto1 ../../client +VPATH = ../../common ../../common/crapto1 ../../client ../../client/mifare CC = gcc LD = gcc CFLAGS += -std=c99 -D_ISOC99_SOURCE -I../../include -I../../common -I../../client -Wall -O3