Add catch-all rule to makefile template

pull/11696/head
Matthew Macovsky 2019-09-09 19:13:43 +01:00 committed by adbridge
parent 5cce3afc1b
commit 60a98b91d0
1 changed files with 6 additions and 0 deletions

View File

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