Skip to content

Commit 7e40b4f

Browse files
committed
FEAT : implement Makefile for easy cli use and tests.
1 parent 754c3b0 commit 7e40b4f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# This a make file to run main scripts using uv
2+
3+
run-all:
4+
uv run main.py --pytest --pycache -y

0 commit comments

Comments
 (0)