Add catch-all rule to makefile template

pull/11445/head
Matthew Macovsky 2019-09-09 19:13:43 +01:00
parent 1800632655
commit 4f83141b90
1 changed files with 6 additions and 0 deletions

View File

@ -163,4 +163,10 @@ endif
# Dependencies
###############################################################################
# Catch-all
%: ;
# Catch-all
###############################################################################