mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-05 04:25:20 +08:00
Guard Makefile.hal against Make trying to remake it
This commit is contained in:
parent
5051ea429d
commit
7722f3af99
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
PLATFORM?=PM3RDV4
|
||||
|
||||
# Standalone Mode info (path depends if make is called at top or from armsrc)
|
||||
# Guard Makefile.hal against implicit rules: (with % to avoid being first goal)
|
||||
%/Makefile.hal: ;
|
||||
-include armsrc/Standalone/Makefile.hal
|
||||
-include Standalone/Makefile.hal
|
||||
ifndef DEFAULT_STANDALONE
|
||||
|
|
Loading…
Reference in a new issue