mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fix client Makefile if no Makefie.platform is provided
This commit is contained in:
parent
ef372a5ef0
commit
8f9bb379ad
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue