make cmd: custum -> custom
This commit is contained in:
parent
ea1fa6963d
commit
62b045a559
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -323,11 +323,11 @@ endif
|
|||
config_host.mk.last set_soenv.stamp src.downloaded warn
|
||||
|
||||
#
|
||||
# custum command
|
||||
# custom command
|
||||
#
|
||||
ifneq ( $(MAKECMDGOALS),cmd)
|
||||
cmd:
|
||||
echo "custum cmd" && ( $(cmd) )
|
||||
echo "custom cmd" && ( $(cmd) )
|
||||
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue