mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-10 23:42:40 -07:00
fix temp changes
This commit is contained in:
parent
38c4979dae
commit
245e844e80
2 changed files with 7 additions and 7 deletions
|
@ -31,13 +31,13 @@ MOC = $(shell pkg-config --variable=moc_location QtCore)
|
|||
endif
|
||||
|
||||
|
||||
#ifneq ($(QTLDLIBS),)
|
||||
#QTGUI = $(OBJDIR)/proxgui.o $(OBJDIR)/proxguiqt.o $(OBJDIR)/proxguiqt.moc.o
|
||||
#CFLAGS += -DHAVE_GUI
|
||||
#LINK.o = $(LINK.cpp)
|
||||
#else
|
||||
ifneq ($(QTLDLIBS),)
|
||||
QTGUI = $(OBJDIR)/proxgui.o $(OBJDIR)/proxguiqt.o $(OBJDIR)/proxguiqt.moc.o
|
||||
CFLAGS += -DHAVE_GUI
|
||||
LINK.o = $(LINK.cpp)
|
||||
else
|
||||
QTGUI = guidummy.o
|
||||
#endif
|
||||
endif
|
||||
|
||||
CMDSRCS = \
|
||||
nonce2key/crapto1.c\
|
||||
|
|
|
@ -20,7 +20,7 @@ platform = $(shell uname)
|
|||
|
||||
all:
|
||||
|
||||
CROSS ?= arm-none-eabi-
|
||||
CROSS ?= arm-eabi-
|
||||
CC = $(CROSS)gcc
|
||||
AS = $(CROSS)as
|
||||
LD = $(CROSS)ld
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue