mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-18 03:00:58 +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 += -C .. -f
|
||||
CROSS ?= arm-none-eabi-
|
||||
CC = gcc
|
||||
CXX = g++
|
||||
CC ?= gcc
|
||||
CXX ?= g++
|
||||
LD = g++
|
||||
SH = sh
|
||||
BASH = bash
|
||||
|
|
Loading…
Reference in a new issue