Ndef and MAD (#801)

* move mifare stuff to separate folder
* add mad and ndef
This commit is contained in:
Oleg Moiseenko 2019-03-19 08:51:10 +02:00 committed by pwpiwi
parent 3d057cfb91
commit fdd9395d1a
27 changed files with 2843 additions and 1588 deletions

View file

@ -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

View file

@ -3,7 +3,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "crapto1/crapto1.h"
#include "mfkey.h"
#include "mifare/mfkey.h"
#include "util_posix.h"