mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-01-09 19:57:54 -05:00
fix client Makefile if no Makefie.platform is provided
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
ifeq ($(PLTNAME),)
|
||||
-include ../Makefile.platform
|
||||
-include ../.Makefile.options.cache
|
||||
# Default platform if no platform specified
|
||||
PLATFORM?=PM3RDV4
|
||||
ifneq ($(PLATFORM), $(CACHED_PLATFORM))
|
||||
$(error platform definitions have been changed, please "make clean" at the root of the project)
|
||||
endif
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
ifeq ($(PLTNAME),)
|
||||
-include ../../Makefile.platform
|
||||
-include ../../.Makefile.options.cache
|
||||
# Default platform if no platform specified
|
||||
PLATFORM?=PM3RDV4
|
||||
ifneq ($(PLATFORM), $(CACHED_PLATFORM))
|
||||
$(error platform definitions have been changed, please "make clean" at the root of the project)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user