utils/Makefile

10 lines
138 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:
.venv/bin/shiv -c utils -o utils .