Skip to content

Commit 306e144

Browse files
authored
Merge pull request #11445 from matthew-macovsky-cypress/pr/makefile-fix
Add catch-all rule to makefile template
2 parents 2cd10fc + 4f83141 commit 306e144

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/export/makefile/Makefile.tmpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,10 @@ endif
163163

164164
# Dependencies
165165
###############################################################################
166+
# Catch-all
167+
168+
%: ;
169+
170+
# Catch-all
171+
###############################################################################
166172

0 commit comments

Comments
 (0)