Update project files
This commit is contained in:
parent
ad66a0d3cb
commit
a17c234360
14 changed files with 952 additions and 529 deletions
7
Makefile
7
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue