Skip to content

Commit 2598ddb

Browse files
committed
Update Makefile
1 parent 106e401 commit 2598ddb

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

Makefile

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
install:
22
uv sync
33

4+
build:
5+
uv build
6+
47
brain-games:
58
uv run brain-games
69

@@ -19,10 +22,14 @@ brain-progression:
1922
brain-prime:
2023
uv run brain-prime
2124

22-
build:
23-
uv build
24-
2525
package-install:
26+
uv tool install dist/*.whl
27+
28+
package-install-force:
29+
uv tool install --force dist/*.whl
30+
31+
package-uninstall:
32+
uv tool uninstall hexlet-code
2633

2734
lint:
2835
uv run ruff check brain_games

0 commit comments

Comments
 (0)