Skip to content

Commit

Permalink
build: update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sn1f3rt committed Dec 20, 2024
1 parent 00e42e8 commit 7c8abca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ env:
rmenv:
rm -rf .venv

activate:
source .venv/bin/activate

install:
uv sync --no-dev

Expand All @@ -23,5 +20,5 @@ format:
ruff check --select I --fix .
ruff format .

.PHONY: env rmenv activate install install-dev run format
.PHONY: env rmenv install install-dev install-extras run format
.DEFAULT_GOAL := run

0 comments on commit 7c8abca

Please sign in to comment.