added compilation of nfc-mfultool, nfc-initiator and nfc-target
This commit is contained in:
parent
9e64da64f4
commit
28a9f981cb
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue