Weekly clean

This commit is contained in:
2026-01-17 21:25:58 +00:00
parent 903eb88fdc
commit d145846a35
25 changed files with 94 additions and 47 deletions

View File

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