mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07: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
|
PLATFORM?=PM3RDV4
|
||||||
|
|
||||||
# Standalone Mode info (path depends if make is called at top or from armsrc)
|
# 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 armsrc/Standalone/Makefile.hal
|
||||||
-include Standalone/Makefile.hal
|
-include Standalone/Makefile.hal
|
||||||
ifndef DEFAULT_STANDALONE
|
ifndef DEFAULT_STANDALONE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue