mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -07:00
Don't ignore environment variables CFLAGS and LDFLAGS for tools as well
This commit is contained in:
parent
f53eb07de0
commit
340f50a53c
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
VPATH = ../../common ../../common/crapto1 ../../client
|
VPATH = ../../common ../../common/crapto1 ../../client
|
||||||
CC = gcc
|
CC = gcc
|
||||||
LD = gcc
|
LD = gcc
|
||||||
CFLAGS = -std=c99 -D_ISOC99_SOURCE -I../../include -I../../common -I../../client -Wall -O3
|
CFLAGS += -std=c99 -D_ISOC99_SOURCE -I../../include -I../../common -I../../client -Wall -O3
|
||||||
LDFLAGS =
|
LDFLAGS +=
|
||||||
|
|
||||||
OBJS = crypto1.o crapto1.o parity.o util_posix.o mfkey.o
|
OBJS = crypto1.o crapto1.o parity.o util_posix.o mfkey.o
|
||||||
EXES = mfkey32 mfkey64
|
EXES = mfkey32 mfkey64
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue