From b1b34cd87056f2b08de483a8648a8dcd2353fb1c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 4 Jun 2022 18:57:27 -0300 Subject: Makefile: Fold $(favicons) variable into $(derived-assets) --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cd9ecbe..0003e20 100644 --- a/Makefile +++ b/Makefile @@ -2,11 +2,12 @@ FQDN = euandre.org -favicons = static/lord-favicon.png static/lord-favicon.ico favicon.ico derived-assets = \ - $(favicons) \ - TODOs.html \ + static/lord-favicon.png \ + static/lord-favicon.ico \ + favicon.ico \ + TODOs.html \ -- cgit v1.2.3