11 lines
139 B
Makefile
11 lines
139 B
Makefile
setup:
|
|
.venv/bin/python src/poetry2setup.py > setup.py
|
|
|
|
build: setup shiv
|
|
|
|
clean:
|
|
rm setup.py
|
|
|
|
shiv:
|
|
.venv/bin/shiv -c utils -o utils .
|