utils/Makefile

11 lines
139 B
Makefile
Raw Normal View History

2022-07-22 15:26:20 -04:00
setup:
.venv/bin/python src/poetry2setup.py > setup.py
build: setup shiv
clean:
rm setup.py
shiv:
2022-07-23 00:43:38 -04:00
.venv/bin/shiv -c utils -o utils .