mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 18:57:12 +08:00
client Makefile doesn't use PLATFORM_DEFS anymore
This commit is contained in:
parent
940cb1f64f
commit
5e83fcbd58
1 changed files with 0 additions and 2 deletions
|
@ -121,8 +121,6 @@ else
|
|||
QTGUIOBJS = $(OBJDIR)/guidummy.o
|
||||
endif
|
||||
|
||||
CFLAGS += $(PLATFORM_DEFS)
|
||||
|
||||
# Flags to generate temporary dependency files
|
||||
DEPFLAGS = -MT $@ -MMD -MP -MF $(OBJDIR)/$*.Td
|
||||
# make temporary to final dependeny files after successful compilation
|
||||
|
|
Loading…
Reference in a new issue