Update project files

This commit is contained in:
Thales Maciel 2026-02-10 11:01:36 -03:00
parent ad66a0d3cb
commit a17c234360
14 changed files with 952 additions and 529 deletions

View file

@ -1,11 +1,12 @@
CONFIG := $(HOME)/.config/lel/config.json
.PHONY: run run-py install
.PHONY: run install sync
run:
python3 src/leld.py --config $(CONFIG)
uv run python3 src/leld.py --config $(CONFIG)
run-py: run
sync:
uv sync
install:
mkdir -p $(HOME)/.local/bin