mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 02:04:39 +08:00
Merge pull request #1758 from RfidResearchGroup/revert-1757-patch-2
Revert "Update Makefile.defs"
This commit is contained in:
commit
8d2e4adad1
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