From 28a9f981cb3bfc64533d92bb5bdb691d8b0bb7b9 Mon Sep 17 00:00:00 2001 From: Roel Verdult Date: Tue, 29 Sep 2009 22:11:03 +0000 Subject: [PATCH] added compilation of nfc-mfultool, nfc-initiator and nfc-target --- win32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/Makefile b/win32/Makefile index 3af5e05..95eb339 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -17,7 +17,7 @@ LDFLAGS = -INCREMENTAL:NO -NOLOGO -LIBPATH:"libusb" -MANIFEST:NO -OPT:REF -OPT:I OBJS = dev_pn531.obj dev_pn533.obj dev_acr122.obj dev_arygon.obj bitutils.obj rs232.obj libnfc.obj HEADERS = dev_acr122.h bitutils.h defines.h libnfc.h LIBNFC = libnfc -EXES = nfc-anticol.exe nfc-list.exe nfc-emulate.exe nfc-relay.exe nfc-mftool.exe +EXES = nfc-anticol.exe nfc-list.exe nfc-emulate.exe nfc-relay.exe nfc-mftool.exe nfc-mfultool.exe nfc-initiator.exe nfc-target.exe all: $(LIBNFC) $(EXES)