nfc-tools / libnfc

Platform independent Near Field Communication (NFC) library
http://nfc-tools.org
GNU Lesser General Public License v3.0
1.67k stars 439 forks source link

Makefile not created with the doc #484

Closed Aarbel closed 5 years ago

Aarbel commented 6 years ago

Cf the doc : http://nfc-tools.org/index.php?title=Libnfc:Arduino

autoreconf -vis
./configure --with-drivers=pn532_uart --sysconfdir=/etc --prefix=/usr
make clean all

Error make: *** No rule to make targetclean'. Stop.`

The makefile isn't created, that's why the make command don't work. Do you know a solution ? :)

LudovicRousseau commented 5 years ago

The Makefile file is not created because ./configure failed. You need to fix that first.