summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Kohl <gitlab@jonaskohl.de>2024-07-20 14:43:51 +0200
committerJonas Kohl <gitlab@jonaskohl.de>2024-07-20 14:43:51 +0200
commit1686a64bf3ee21363f0139c05c55fabf8620e4a1 (patch)
tree54c37bb446753144827fd66ec3faa5b508b088df /Makefile
parent7a5339a3629e141dc576b20f2b0baabe6d336fb3 (diff)
Add favicon (support)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5a649a3..86803b0 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,11 @@ DEV_SERVER_BINDING?=127.0.0.1:19310
.PHONY: build/static publish dev-server
-all: $(HTMLTARGETS) $(STATICFILES) build/static
+all: $(HTMLTARGETS) $(STATICFILES) build/static build/favicon.ico
+
+build/favicon.ico: src/favicon.ico
+ cp src/favicon.ico build/
+
build/static:
rsync -rupE src/static build/