mirror of https://github.com/ARMmbed/mbed-os.git
Add catch-all rule to makefile template
parent
1800632655
commit
4f83141b90
|
|
@ -163,4 +163,10 @@ endif
|
|||
|
||||
# Dependencies
|
||||
###############################################################################
|
||||
# Catch-all
|
||||
|
||||
%: ;
|
||||
|
||||
# Catch-all
|
||||
###############################################################################
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue