diff --git a/Makefile b/Makefile index dab9ecd..1825406 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ setup: - .venv/bin/python src/poetry2setup.py > setup.py + python src/poetry2setup.py > setup.py build: setup shiv @@ -7,4 +7,4 @@ clean: rm setup.py shiv: - .venv/bin/shiv -c utils -o utils . + shiv -c utils -o utils .