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