mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-17 18:50:32 +08:00
test of PR 1757
This commit is contained in:
parent
ab3e988441
commit
3be998de71
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ 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
|
||||||
|
|
Loading…
Reference in a new issue