update makefile for favicon

This commit is contained in:
2026-04-30 13:07:29 +02:00
parent dc479ea3e9
commit 3bf7d26e71
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ PAGES = $(notdir $(wildcard $(PAGES_DIR)/*.html))
BLOG_PAGES = $(wildcard $(BLOG_DIR)/*.md)
TARGETS = $(addprefix $(DIST_DIR)/,$(PAGES))
all: $(PAGES_DIR)/blog.html $(TARGETS)
all: $(PAGES_DIR)/blog.html $(TARGETS) favicon
watch:
find ./$(SRC_DIR) -iname '*.html' -o -name "*.css" | entr -d make -f ./Makefile ;