aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-06-04 18:57:27 -0300
committerEuAndreh <eu@euandre.org>2022-06-04 18:57:27 -0300
commitb1b34cd87056f2b08de483a8648a8dcd2353fb1c (patch)
treec552b6af09203e4cfa64deb733bc671787285c8f /Makefile
parentTODOs.md: Add #td-5cab66be-9f82-4d25-de87-fc6392c3b26f (diff)
downloadeuandre.org-b1b34cd87056f2b08de483a8648a8dcd2353fb1c.tar.gz
euandre.org-b1b34cd87056f2b08de483a8648a8dcd2353fb1c.tar.xz
Makefile: Fold $(favicons) variable into $(derived-assets)
Diffstat (limited to '')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
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 \