mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-24 08:59:43 +08:00
commit
45d75c5515
1 changed files with 3 additions and 3 deletions
|
@ -38,9 +38,9 @@ TAR = tar
|
||||||
TARFLAGS ?= -v --ignore-failed-read -r
|
TARFLAGS ?= -v --ignore-failed-read -r
|
||||||
TARFLAGS += -C .. -f
|
TARFLAGS += -C .. -f
|
||||||
CROSS ?= arm-none-eabi-
|
CROSS ?= arm-none-eabi-
|
||||||
CC = gcc
|
CC ?= gcc
|
||||||
CXX = g++
|
CXX ?= g++
|
||||||
LD = g++
|
LD ?= g++
|
||||||
SH = sh
|
SH = sh
|
||||||
BASH = bash
|
BASH = bash
|
||||||
PERL = perl
|
PERL = perl
|
||||||
|
|
Loading…
Reference in a new issue