adding favicon

This commit is contained in:
2026-01-31 18:40:53 +00:00
parent a30d85d9a9
commit 5f719f8519
11 changed files with 26 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ VENV := .venv
PY := $(VENV)/bin/python
PIP := $(VENV)/bin/pip
all: clean-output build search clean-venv
all: clean-output clean-venv build search
build:
@echo "Building project..."