Skip to content

Commit 4f83141

Browse files
author
Matthew Macovsky
committed
Add catch-all rule to makefile template
1 parent 1800632 commit 4f83141

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)