renamed simulate utility to emulate

This commit is contained in:
Roel Verdult 2009-05-01 15:47:07 +00:00
parent 32468562f4
commit 5f44bb2b7c
5 changed files with 6 additions and 117 deletions

View file

@ -27,7 +27,7 @@ LDFLAGS = -fPIC -Wall -O4
OBJS = dev_pn531.o dev_acr122.o bitutils.o libnfc.o
HEADERS = devices.h bitutils.h defines.h libnfc.h
LIBNFC = libnfc.$(LIBNFC_TYPE)
EXES = anticol list simulate relay mftool
EXES = anticol emulate list mftool relay
all: $(LIBNFC) $(EXES)