From 1686a64bf3ee21363f0139c05c55fabf8620e4a1 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Sat, 20 Jul 2024 14:43:51 +0200 Subject: Add favicon (support) --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') 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/ -- cgit v1.2.3