update makefile for favicon
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user