From 60a98b91d0a537a7a2eff82139c8aa0b1483b668 Mon Sep 17 00:00:00 2001 From: Matthew Macovsky Date: Mon, 9 Sep 2019 19:13:43 +0100 Subject: [PATCH] Add catch-all rule to makefile template --- tools/export/makefile/Makefile.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/export/makefile/Makefile.tmpl b/tools/export/makefile/Makefile.tmpl index 6dca2f531b..c62aa95f6b 100644 --- a/tools/export/makefile/Makefile.tmpl +++ b/tools/export/makefile/Makefile.tmpl @@ -163,4 +163,10 @@ endif # Dependencies ############################################################################### +# Catch-all + +%: ; + +# Catch-all +###############################################################################