mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 05:43:23 -07:00
Fix compile issues for mfkey32 and mfkey64 after Pull Request #380
This commit is contained in:
parent
4efdfbe638
commit
d0067d0768
3 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
VPATH = ../../common ../../common/crapto1 ../../client
|
||||
CC = gcc
|
||||
LD = gcc
|
||||
CFLAGS = -std=c99 -D_ISOC99_SOURCE -I../../common -I../../client -Wall -O3
|
||||
CFLAGS = -std=c99 -D_ISOC99_SOURCE -I../../include -I../../common -I../../client -Wall -O3
|
||||
LDFLAGS =
|
||||
|
||||
OBJS = crypto1.o crapto1.o parity.o util_posix.o mfkey.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue