Skip to content

Commit

Permalink
chore: update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
PyYoshi committed Jun 6, 2024
1 parent 1e6448e commit eea1cef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cython:

.PHONY: test
test: clean cython
python setup.py build_ext -i -f
python setup.py install
pytest tests

.PHONY: lint
Expand All @@ -33,5 +33,5 @@ lint:

.PHONY: bench
bench: clean cython
python setup.py build_ext -i -f
python setup.py install
python tests/bench.py

0 comments on commit eea1cef

Please sign in to comment.